From 2cf269bd1e5bdcdb3df641191677a9aacc15ac76 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Sun, 30 Jun 2013 02:10:55 -0400 Subject: [PATCH] Forgot to fix one line in the Makefile for the VERSION|BUILD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 386d6202c7..82b75a609b 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ deb: sdist @mkdir -p deb-build @cp dist/$(SDIST_TAR_FILE) deb-build/ (cd deb-build && tar zxf $(SDIST_TAR_FILE)) - (cd $(DEB_BUILD_DIR) && dh_make --indep --yes -f ../awx-$(VERSION)$(BUILD).tar.gz -p awx-$(VERSION)$(BUILD)) + (cd $(DEB_BUILD_DIR) && dh_make --indep --yes -f ../awx-$(VERSION)-$(BUILD).tar.gz -p awx-$(VERSION)-$(BUILD)) @rm -rf $(DEB_BUILD_DIR)/debian @cp -a packaging/debian $(DEB_BUILD_DIR)/ @echo "awx_$(DEB_PKG_RELEASE).deb admin optional" > $(DEB_BUILD_DIR)/debian/realfiles