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:
parent
c75458309d
commit
7e70c98496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350886
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= localedata
|
||||
PORTVERSION= 5.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= sf
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user