Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107517662
D47303.id145515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D47303.id145515.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2367,14 +2367,13 @@
.if ${PKG_BIN_VERSION} < 11700
printf "packing_format = \"${PKG_FORMAT}\";\n" >> ${WSTAGEDIR}/meta
.endif
- @[ -L "${REPODIR}/${PKG_ABI}/latest" ] && unlink ${REPODIR}/${PKG_ABI}/latest; \
- ${PKG_CMD} -o ABI=${PKG_ABI} repo -o OSVERSION="${SRCRELDATE}" \
+ @${PKG_CMD} -o ABI=${PKG_ABI} repo -o OSVERSION="${SRCRELDATE}" \
-m ${WSTAGEDIR}/meta \
-o ${REPODIR}/${PKG_ABI}/${PKG_VERSION} \
${REPODIR}/${PKG_ABI}/${PKG_VERSION} \
${PKG_REPO_SIGNING_KEY} ; \
cd ${REPODIR}/${PKG_ABI}; \
- ln -s ${PKG_OUTPUT_DIR} latest
+ ln -hfs ${PKG_OUTPUT_DIR} latest
#
#
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 8:12 AM (19 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14373408
Default Alt Text
D47303.id145515.diff (686 B)
Attached To
Mode
D47303: pkgbase: don't remove the 'latest' symlink until the repo is final
Attached
Detach File
Event Timeline
Log In to Comment