mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Remove links before creating them
This commit is contained in:
parent
3ef61f7ea3
commit
c9477304b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5015
@ -20,6 +20,7 @@ afterinstall:
|
||||
chmod ${BINMODE} ${LOCALEDIR}/$$locale; \
|
||||
done
|
||||
cd ${LOCALEDIR}; for locale in ${ISO88591NAMES}; do \
|
||||
rm -f $$locale.ISO8859-1; \
|
||||
ln -s ${ISO88591} $$locale.ISO8859-1; \
|
||||
done
|
||||
chown -R ${BINOWN}.${BINGRP} ${LOCALEDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user