Expand the path passed to the install tool.
PR: 139342 Submitted by: maintainer
This commit is contained in:
parent
ce2a8e7649
commit
28be52f50c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244137
@ -33,7 +33,7 @@ do-install:
|
||||
${MKDIR} ${TARBALLS_DIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.tar.gz ${TARBALLS_DIR}/.
|
||||
${RM} -f ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz
|
||||
PATH=${PREFIX}/bin:/usr/bin octave -H -q --no-site-file --eval "pkg('install','${TARBALLS_DIR}/${DISTNAME}.tar.gz')"
|
||||
PATH=${PREFIX}/bin:/usr/bin:/bin octave -H -q --no-site-file --eval "pkg('install','${TARBALLS_DIR}/${DISTNAME}.tar.gz')"
|
||||
${LN} -s ${DISTNAME}.tar.gz ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user