Fixed makefile for FreeBSD intel systems

This commit is contained in:
Michiel Broek 2002-03-22 22:48:31 +00:00
parent cafac4141d
commit 66e6b3241e

View File

@ -17,7 +17,7 @@ install:
echo "${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0644 footer.txt ${ETCDIR}" ; \
fi
@if [ ! -f ${PREFIX}/english/menus/main.mnu ]; then \
if [ "${HOSTTYPE}" = "i386" ]; then \
if [ "${HOSTTYPE}" = "i386" ] || [ "${MACHTYPE}" = "i386" ]; then \
tar xfC menus-le.tar ${PREFIX}/english/menus ; \
echo "Installing default english menus for a Little-Endian (i386) system" ; \
else \