TAR_OPTS="-b8"
+HV_FONTS_PATH="/usr/share/fonts"
+
# It seems that when compiling bash-4.0, using
# "make -j 1" is causing problems...
if [ "x${MAKEJOBS}" = "x1" ]; then
source ../functions
source ../packages-list
+if [ -z "${HV_FONTS_PATH}" ]; then
+ echo "Missing HV_FONTS_PATH environment variable"
+ exit 1
+fi
+
# Applying patches (if any)
apply_patches ${1}
CDROM="/dev/hdc"
DVD="/dev/hdc"
-HV_FONTS_PATH="/usr/share/fonts"
-
# Define this if you want to use a remote CUPS print server
#CUPS_SERVER="server.hugovil.com"
CDROM="/dev/hdc"
DVD="/dev/hdc"
-HV_FONTS_PATH="/usr/share/fonts"
-
#--------------------
# SCANNER definitions
#--------------------