summaryrefslogtreecommitdiff
path: root/packaging
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
commitb5999aed9b6fd46a086d537eeeefe4e3b3eebaa9 (patch)
tree66d9cf45f3cde6c768a650e7962fc22f12b88666 /packaging
parent5a70e0dcf1e18815b512bdd6d519b23f77f4a303 (diff)
downloadrabbitmq-server-git-b5999aed9b6fd46a086d537eeeefe4e3b3eebaa9.tar.gz
Only debian/rules file needs to have exec permission
Diffstat (limited to 'packaging')
-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 aeb958a7c3..dd74c31ea1 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)