pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libfprint fix install: use INSTALL_SCRIPT for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/32b34063897b
branches: trunk
changeset: 373076:32b34063897b
user: plunky <plunky%pkgsrc.org@localhost>
date: Thu Dec 28 07:01:46 2017 +0000
description:
fix install: use INSTALL_SCRIPT for scripts
diffstat:
security/libfprint/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 943a3c77a6ae -r 32b34063897b security/libfprint/Makefile
--- a/security/libfprint/Makefile Thu Dec 28 02:18:42 2017 +0000
+++ b/security/libfprint/Makefile Thu Dec 28 07:01:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/11/23 17:20:11 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/12/28 07:01:46 plunky Exp $
DISTNAME= libfprint-0.7.0
#PKGREVISION= 1
@@ -24,7 +24,7 @@
post-install:
for pp in enroll img_capture verify verify_live; do \
- ${INSTALL_PROGRAM} ${WRKSRC}/examples/$${pp} \
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/$${pp} \
${DESTDIR}${PREFIX}/bin/ ; \
done
Home |
Main Index |
Thread Index |
Old Index