From: Cédric Villemain Date: Sat, 1 Dec 2012 16:28:52 +0000 (+0100) Subject: Improve installation by doing it in pgfincore/ X-Git-Tag: 1.1.2~22 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=30c88abcfda8566d98e963521da5244d87bfa64e;p=pgfincore.git Improve installation by doing it in pgfincore/ Make usage of MODULE_DIR. --- diff --git a/Makefile b/Makefile index 7717228..239fdca 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ EXTVERSION = 1.1.1 EXTCOMMENT = examine and manage the os buffer cache MODULES = $(EXTENSION) -DOCS = README.pgfincore.rst +MODULE_DIR = $(EXTENSION) +DOCS = README.rst PG_CONFIG = pg_config BUILD_EXTENSION = $(shell $(PG_CONFIG) --version | grep -qE "8\.|9\.0" && echo no || echo yes) diff --git a/README.pgfincore.rst b/README.rst similarity index 100% rename from README.pgfincore.rst rename to README.rst diff --git a/pgfincore.control.in b/pgfincore.control.in index 8fc385c..8184bf4 100644 --- a/pgfincore.control.in +++ b/pgfincore.control.in @@ -2,4 +2,5 @@ comment = 'EXTCOMMENT' default_version = 'EXTVERSION' module_pathname = '$libdir/EXTENSION' +directory = EXTENSION relocatable = true