diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-12 14:53:18 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-10-12 14:53:18 +0200 |
commit | 8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b (patch) | |
tree | c46e534c83ccf35472243ed63e6c2365e4a64c49 /postgresql/Makefile | |
parent | 7b91c886d9db1f81818e3b73b37fcb5d85734f59 (diff) | |
download | app.sh-misc-8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b.tar.gz app.sh-misc-8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b.tar.bz2 app.sh-misc-8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b.tar.xz app.sh-misc-8af8276121d8ff36b8f2f9b85e7c17c0967d2f6b.zip |
o Error message when pg_ctl could not be found.
Diffstat (limited to 'postgresql/Makefile')
-rw-r--r-- | postgresql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 ../$@ *) |