diff options
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index c2893782197a..09c986d4a985 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2412,7 +2412,7 @@ real-sign-packages: _pkgbootstrap .PHONY ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \ ${PKG_REPO_SIGNING_KEY} ; \ cd ${REPODIR}/${PKG_ABI}; \ - ln -hfs ${PKG_OUTPUT_DIR} latest + ln -nfs ${PKG_OUTPUT_DIR} latest # # |
