mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ do-install:
|
||||||
${INSTALL} -c -m ${SBINMODE} -o ${CLIENTUID} -g ${CLIENTGID} ${WRKSRC}/dnetc ${BINDIR}
|
${INSTALL} -c -m ${SBINMODE} -o ${CLIENTUID} -g ${CLIENTGID} ${WRKSRC}/dnetc ${BINDIR}
|
||||||
|
|
||||||
${SED} s#CHANGETHIS#${BINDIR}# < ${FILESDIR}/dnetc.sh > ${WRKSRC}/dnetc.sh.pathnames
|
${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}
|
${INSTALL_DATA} ${FILESDIR}/INFO ${BINDIR}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue