summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2008-09-04 15:20:04 +0100
committerHubert Plociniczak <hubert@lshift.net>2008-09-04 15:20:04 +0100
commit01a5436e2ff2a9a19d22558b9c2e6631dcd6aef2 (patch)
tree66d9cf45f3cde6c768a650e7962fc22f12b88666
parentbe7dc82465032ad93451411f07edfcf10e23a8fb (diff)
downloadrabbitmq-server-01a5436e2ff2a9a19d22558b9c2e6631dcd6aef2.tar.gz
Only debian/rules file needs to have exec permission
-rw-r--r--packaging/debs/Debian/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/Makefile b/packaging/debs/Debian/Makefile
index aeb958a7..dd74c31e 100644
--- a/packaging/debs/Debian/Makefile
+++ b/packaging/debs/Debian/Makefile
@@ -18,7 +18,7 @@ package: clean
make -C ../.. check_tools
tar -zxvf $(TARBALL_DIR)/$(TARBALL)
cp -r debian $(UNPACKED_DIR)
- chmod -R a+x $(UNPACKED_DIR)/debian
+ chmod a+x $(UNPACKED_DIR)/debian/rules
UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR)
cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING)
rm -rf $(UNPACKED_DIR)