Remove links before creating them

This commit is contained in:
Andrey A. Chernov 1994-12-08 22:27:49 +00:00
parent 3ef61f7ea3
commit c9477304b6

View File

@ -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}