summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2013-07-08 00:35:22 +0200
committerJames Cammarata <jimi@sngx.net>2013-07-08 00:35:22 +0200
commita6fe88cc3ca47a85bb264c2f72759ea0820b9475 (patch)
treec71e175571ed443a1f00f665d83803dfc803bfc0 /Makefile
parentAWX should not record host keys in paramiko mode because it is /very/ slow. (diff)
downloadawx-a6fe88cc3ca47a85bb264c2f72759ea0820b9475.tar.xz
awx-a6fe88cc3ca47a85bb264c2f72759ea0820b9475.zip
Fixing Makefile for deb builds
* Minor issue due to fixing up the RELEASE variable related to the sdist tarball name the "make deb" command expected
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82b75a609b..b61f420d9c 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 ../$(SDIST_TAR_FILE) -p awx-$(VERSION))
@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