We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbe12d6c commitf223bf2Copy full SHA for f223bf2
packaging/Makefile.repo
@@ -116,8 +116,8 @@ build/repo_suse_15.2:
116
117
repo_finish:
118
#cd build/data/www/$(PBK_PKG_REPO)/
119
-cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/rpm && sudo ln -s $(PBK_VERSION) latest
120
-cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/srpm && sudo ln -s $(PBK_VERSION) latest
+cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/rpm && sudo ln -nsf $(PBK_VERSION) latest
+cd $(BUILDDIR)/data/www/$(PBK_PKG_REPO)/srpm && sudo ln -nsf $(PBK_VERSION) latest
121
122
#sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/rpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/rpm/latest
123
#sudo ln -rfs build/data/www/$(PBK_PKG_REPO)/srpm/${PBK_VERSION} build/data/www/$(PBK_PKG_REPO)/srpm/latest