pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zlua: use ${INSTALL_SCRIPT} for z.lua instead of ${INSTALL_PROGRAM}
Module Name: pkgsrc-wip
Committed By: Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By: bapa
Date: Sat Feb 2 17:16:27 2019 -0700
Changeset: 0106ab4eb446334ecdf12366c699b3b616bf0501
Modified Files:
zlua/Makefile
Log Message:
zlua: use ${INSTALL_SCRIPT} for z.lua instead of ${INSTALL_PROGRAM}
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0106ab4eb446334ecdf12366c699b3b616bf0501
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zlua/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/zlua/Makefile b/zlua/Makefile
index 8b5de7984a..7738430454 100644
--- a/zlua/Makefile
+++ b/zlua/Makefile
@@ -23,7 +23,7 @@ INSTALLATION_DIRS+= share/doc/${PKGBASE}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/z.lua ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/z.lua ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/omz.plugin.zsh ${DESTDIR}${PREFIX}/share/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/README.cn.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index