summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-18 14:44:52 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-18 14:44:52 +0100
commit059c427bf5f57ddf65474fbc10a00f4ef062a978 (patch)
tree93edacd9206733468b5693d9c32f875569c5b2ae /packaging/debs
parente785a0510ab03083438ec6de21d505c6915fe04f (diff)
downloadrabbitmq-server-git-059c427bf5f57ddf65474fbc10a00f4ef062a978.tar.gz
relocate sample config on generic-unix/standalone
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/debian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/rules b/packaging/debs/Debian/debian/rules
index b9de9041a7..a1498979c3 100644
--- a/packaging/debs/Debian/debian/rules
+++ b/packaging/debs/Debian/debian/rules
@@ -8,7 +8,6 @@ RABBIT_BIN=$(DEB_DESTDIR)usr/lib/rabbitmq/bin/
DOCDIR=$(DEB_DESTDIR)usr/share/doc/rabbitmq-server/
DEB_MAKE_INSTALL_TARGET := install TARGET_DIR=$(RABBIT_LIB) SBIN_DIR=$(RABBIT_BIN) DOC_INSTALL_DIR=$(DOCDIR) MAN_DIR=$(DEB_DESTDIR)usr/share/man/
-MAN_DIR=$(DEB_DESTDIR)usr/share/man/
DEB_MAKE_CLEAN_TARGET:= distclean
install/rabbitmq-server::