mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
Fix ansible-tower deb build
This commit is contained in:
parent
fd8e7fe6cb
commit
054e1f235b
2
Makefile
2
Makefile
@ -192,7 +192,7 @@ deb: sdist
|
||||
(cd $(DEB_BUILD_DIR) && dh_make --indep --yes -f ../$(SDIST_TAR_FILE) -p ansible-tower-$(VERSION))
|
||||
@rm -rf $(DEB_BUILD_DIR)/debian
|
||||
@cp -a packaging/debian $(DEB_BUILD_DIR)/
|
||||
@echo "ansible-tower_$(DEB_PKG_RELEASE).deb admin optional" > $(DEB_BUILD_DIR)/debian/realfiles
|
||||
@echo "ansible-tower-$(DEB_PKG_RELEASE).deb admin optional" > $(DEB_BUILD_DIR)/debian/realfiles
|
||||
(cd $(DEB_BUILD_DIR) && PKG_RELEASE=$(DEB_PKG_RELEASE) dpkg-buildpackage -nc -us -uc -b --changes-option="-fdebian/realfiles")
|
||||
|
||||
packer_license:
|
||||
|
Loading…
Reference in New Issue
Block a user