1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Silence duplicate mkdir(1) warnings.

This whole script can come out once pkg_install is EOL.
This commit is contained in:
Bryan Drewery 2014-04-11 04:23:53 +00:00
parent c75458309d
commit 7e70c98496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350886
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= localedata
PORTVERSION= 5.4
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sf

View File

@ -6,7 +6,7 @@ TARGET_DIR=${PKG_PREFIX}/share/compat/locale
cd ${TARGET_DIR}
while read dir; do
mkdir $dir
mkdir -p $dir
done << EOF
af_ZA.ISO8859-15
af_ZA.UTF-8