extension installation faillure using VPATH and MODULEDIR - Mailing list pgsql-bugs

From Cédric Villemain
Subject extension installation faillure using VPATH and MODULEDIR
Date
Msg-id 201212011513.53770.cedric@2ndquadrant.com
Whole thread Raw
Responses Re: extension installation faillure using VPATH and MODULEDIR
List pgsql-bugs
the attached patch fix the extension installation using a VPATH when a
MODULEDIR is defined in the extension Makefile.

The current issue is that the sharedir/extension directory is not created if
MODULEDIR != 'extension' i.e. MODULEDIR is defined in the Makefile. Thus 'make
install' fail to copy the control file in an nonexistent directory.

Tested with debian extension packages.
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation

Attachment

pgsql-bugs by date:

Previous
From: Jeff Davis
Date:
Subject: Re: BUG #7716: Only owner can drop trigger?
Next
From: Tom Lane
Date:
Subject: Re: extension installation faillure using VPATH and MODULEDIR