pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Allow + in directory name
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Sat Oct 17 12:10:13 2015 +0900
Changeset: 82c18ebd8c0850c272da915eb7fa94e412b5ba55
Modified Files:
import-package.sh
Log Message:
Allow + in directory name
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=82c18ebd8c0850c272da915eb7fa94e412b5ba55
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
import-package.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/import-package.sh b/import-package.sh
index 488e5a6..5d4841d 100755
--- a/import-package.sh
+++ b/import-package.sh
@@ -130,7 +130,7 @@ CLEANUP="${CLEANUP} ${ADDLIST}"
find ${PACKAGE} \( -type d \) -print | sed 's,$,/,'
find ${PACKAGE} \( -type f \) -print
fi
-) | sed -e '/^\./d' -e '/\/CVS/d' -e '/[^-_,./a-zA-Z0-9]/d' | sort > ${ADDLIST}
+) | sed -e '/^\./d' -e '/\/CVS/d' -e '/[^+-_,./a-zA-Z0-9]/d' | sort > ${ADDLIST}
sed "s|^|${SCM}: will add: ${CATEGORY}/|" ${ADDLIST} >> ${MSG}
${EDITOR} ${MSG}
Home |
Main Index |
Thread Index |
Old Index