pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(pkgtools/check-update) Do not set executable for Regualar file
Module Name: pkgsrc-wip
Committed By: Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By: mef
Date: Fri Mar 31 22:08:04 2017 +0900
Changeset: 1952e621b020c351c2a8175bab535a12d3be8ab0
Modified Files:
check-update/Makefile
Log Message:
(pkgtools/check-update) Do not set executable for Regualar file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1952e621b020c351c2a8175bab535a12d3be8ab0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
check-update/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/check-update/Makefile b/check-update/Makefile
index f72aecec0e..45d836097b 100644
--- a/check-update/Makefile
+++ b/check-update/Makefile
@@ -40,7 +40,7 @@ MAKE_FILES= Makefile environment-sample.mk
MAKE_SCRIPTS= cd-and-sh-sample check-update-sample.sh
INSTALLATION_SCRIPT+= summary-diff collect-stats fork-w3m merge-check-update
-INSTALLATION_FILE= MaturedList
+INSTALLATION_FILES= MaturedList
INSTALLATION_DIRS+= sbin share/check-update ${EGDIR}
SUBST_CLASSES+= path
@@ -59,8 +59,8 @@ do-install:
(cd ${WRKSRC}; ${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
.endfor
-.for i in ${INSTALLATION_FILE}
- (cd ${WRKSRC}; ${INSTALL_SCRIPT} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
+.for i in ${INSTALLATION_FILES}
+ (cd ${WRKSRC}; ${INSTALL_DATA} ${i} ${DESTDIR}${PREFIX}/${CHECK_UPDATE_DIR} )
.endfor
.for i in ${MAKE_FILES}
Home |
Main Index |
Thread Index |
Old Index