From 8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 12 Oct 2012 14:53:18 +0200 Subject: o Allowing configurable -o options to be passed through the configuration. o Error message when pg_ctl could not be found. --- postgresql/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'postgresql/Makefile') diff --git a/postgresql/Makefile b/postgresql/Makefile index 7279f36..fa0bf5c 100644 --- a/postgresql/Makefile +++ b/postgresql/Makefile @@ -9,6 +9,5 @@ clean: postgresql-$(VERSION).zip: rm -rf zip mkdir -p zip/root - cp -r etc zip/root/etc/ - cp -r bin zip/root/bin/ + rsync -a --exclude '.*' bin etc zip/root (cd zip; zip -r ../$@ *) -- cgit v1.2.3