mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1695 Ubuntu PPA: actually put debs in PACKAGE_DIR
This commit is contained in:
parent
42b809f284
commit
6bfe1e66a7
@ -22,8 +22,8 @@ package:
|
|||||||
$(V1) cp -rL $(DEB_DIR) $(DEB_BUILD_DIR)
|
$(V1) cp -rL $(DEB_DIR) $(DEB_BUILD_DIR)
|
||||||
$(V1) sed -i -e "$(SED_SCRIPT)" $(DEB_BUILD_DIR)/changelog
|
$(V1) sed -i -e "$(SED_SCRIPT)" $(DEB_BUILD_DIR)/changelog
|
||||||
$(V1) dpkg-buildpackage -b -us -uc
|
$(V1) dpkg-buildpackage -b -us -uc
|
||||||
$(V1) mv $(ROOT_DIR)/../$(DEB_PACKAGE_NAME).deb $(BUILD_DIR)/$(DEB_PACKAGE_NAME).deb
|
$(V1) mv $(ROOT_DIR)/../$(DEB_PACKAGE_NAME).deb $(PACKAGE_DIR)
|
||||||
$(V1) mv $(ROOT_DIR)/../$(DEB_PACKAGE_NAME).changes $(BUILD_DIR)/$(DEB_PACKAGE_NAME).changes
|
$(V1) mv $(ROOT_DIR)/../$(DEB_PACKAGE_NAME).changes $(PACKAGE_DIR)
|
||||||
$(V1) rm -rf $(DEB_BUILD_DIR)
|
$(V1) rm -rf $(DEB_BUILD_DIR)
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user