pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(pkgtools/check-update) Add New file INSTALL



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Mar 30 09:15:32 2017 +0900
Changeset:	16d538124349742c54d2a30cdc198986b12c779e

Added Files:
	check-update/INSTALL

Log Message:
(pkgtools/check-update) Add New file INSTALL

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=16d538124349742c54d2a30cdc198986b12c779e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 check-update/INSTALL | 7 +++++++
 1 file changed, 7 insertions(+)

diffs:
diff --git a/check-update/INSTALL b/check-update/INSTALL
new file mode 100644
index 0000000000..ba781d842b
--- /dev/null
+++ b/check-update/INSTALL
@@ -0,0 +1,7 @@
+#!/bin/sh
+MAKEDIR=${MAKEDIR}
+MKDIR=${MKDIR}
+
+if [ ! -d ${MAKEDIR} ]; then
+${MKDIR} -p ${MAKEDIR}
+fi


Home | Main Index | Thread Index | Old Index