提交 11ec5ace 编写于 作者: S shirong 提交者: jia zhang

rune && shim: Rename dist/centos to dist/rpm

Signed-off-by: Nshirong <shirong@linux.alibaba.com>
上级 75809904
...@@ -11,7 +11,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y) ...@@ -11,7 +11,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y)
endif endif
rpm: release-tarball rpm: release-tarball
@rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba centos/rune.spec @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba rpm/rune.spec
@cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR) @cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR)
@rm -rf $(RPMBUILD_DIR) @rm -rf $(RPMBUILD_DIR)
@echo "the rpms of rune located in $(PROJECT_DIR)" @echo "the rpms of rune located in $(PROJECT_DIR)"
......
...@@ -12,7 +12,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y) ...@@ -12,7 +12,7 @@ ifneq ($(RELEASE_TARBALL_EXIST), y)
endif endif
rpm: release-tarball rpm: release-tarball
@rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba centos/shim-rune.spec @rpmbuild -D "_topdir $(RPMBUILD_DIR)" -ba rpm/shim-rune.spec
@cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR) @cp $(RPMBUILD_DIR)/RPMS/x86_64/*.rpm $(PROJECT_DIR)
@rm -rf $(RPMBUILD_DIR) @rm -rf $(RPMBUILD_DIR)
@echo "the rpms of shim-rune located in $(PROJECT_DIR)" @echo "the rpms of shim-rune located in $(PROJECT_DIR)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册