diff options
author | Hubert Plociniczak <hubert@lshift.net> | 2008-09-04 15:20:04 +0100 |
---|---|---|
committer | Hubert Plociniczak <hubert@lshift.net> | 2008-09-04 15:20:04 +0100 |
commit | 01a5436e2ff2a9a19d22558b9c2e6631dcd6aef2 (patch) | |
tree | 66d9cf45f3cde6c768a650e7962fc22f12b88666 | |
parent | be7dc82465032ad93451411f07edfcf10e23a8fb (diff) | |
download | rabbitmq-server-01a5436e2ff2a9a19d22558b9c2e6631dcd6aef2.tar.gz |
Only debian/rules file needs to have exec permission
-rw-r--r-- | packaging/debs/Debian/Makefile | 2 |
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) |