diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-09-06 17:42:57 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-09-06 17:42:57 +0100 |
| commit | 8b32014455159718524fba0ebcde08bf998596d5 (patch) | |
| tree | ce645b69fa5b479dc8ab69d60cd1b1a8911c517e /packaging | |
| parent | 5830f2819d939d65bfbb16ca4de620ab1c8a1ea9 (diff) | |
| parent | e5bf57a323e4727ce005b0d0e6f883921a9c21c6 (diff) | |
| download | rabbitmq-server-git-8b32014455159718524fba0ebcde08bf998596d5.tar.gz | |
Merged default into 18776
Diffstat (limited to 'packaging')
| -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 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) |
