- Add "-f" option to ${LN} command.

Reported by:	Scott Bennett <bennett@cs.niu.edu>
This commit is contained in:
Stephen Montgomery-Smith 2012-01-31 14:50:12 +00:00
parent df43c415e4
commit e366e3117a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290177

View File

@ -35,7 +35,7 @@ LOAD_OCTAVE_PKG_CMD= ${LOCALBASE}/libexec/octave/load-octave-pkg
do-install:
${MKDIR} ${TARBALLS_DIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.tar.gz ${TARBALLS_DIR}/.
${LN} -s ${DISTNAME}.tar.gz ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz
${LN} -s -f ${DISTNAME}.tar.gz ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz
${LOAD_OCTAVE_PKG_CMD}
post-install: