mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
shell scripts shouldn't use INSTALL_PROGRAM. fixed.
This commit is contained in:
parent
ad3c5bba3a
commit
52ce6af327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24513
@ -57,7 +57,7 @@ do-install:
|
||||
${INSTALL} -c -m ${SBINMODE} -o ${CLIENTUID} -g ${CLIENTGID} ${WRKSRC}/dnetc ${BINDIR}
|
||||
|
||||
${SED} s#CHANGETHIS#${BINDIR}# < ${FILESDIR}/dnetc.sh > ${WRKSRC}/dnetc.sh.pathnames
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
|
||||
${INSTALL} -c -m ${SBINMODE} ${WRKSRC}/dnetc.sh.pathnames ${LIBDIR}/dnetc.sh
|
||||
|
||||
${INSTALL_DATA} ${FILESDIR}/INFO ${BINDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user