diff options
| author | Simon MacMullen <simon@lshift.net> | 2008-12-17 12:39:36 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2008-12-17 12:39:36 +0000 |
| commit | 0f888ed08afbe3edf7d71d32155954977e422941 (patch) | |
| tree | 85dd31724c1de9e05c1c03d88c30d617ed4d62c1 | |
| parent | cd2fcb212c3a1fbc895b0baf18b65bcca3fd33a7 (diff) | |
| download | rabbitmq-server-git-0f888ed08afbe3edf7d71d32155954977e422941.tar.gz | |
Don't need to run that any more
| -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 0bf3a2d8c6..9479feb001 100644 --- a/packaging/debs/Debian/Makefile +++ b/packaging/debs/Debian/Makefile @@ -21,7 +21,7 @@ package: clean cp -r debian $(UNPACKED_DIR) chmod a+x $(UNPACKED_DIR)/debian/rules UNOFFICIAL_RELEASE=$(UNOFFICIAL_RELEASE) VERSION=$(VERSION) ./check-changelog.sh rabbitmq-server $(UNPACKED_DIR) - cd $(UNPACKED_DIR); debconf-updatepo; GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING) + cd $(UNPACKED_DIR); GNUPGHOME=$(GNUPG_PATH)/.gnupg dpkg-buildpackage -rfakeroot $(SIGNING) rm -rf $(UNPACKED_DIR) clean: |
