Fix typo in rev. 1.58 (missing $) that invalidated the conditional and

caused freebsd-update to be added to the ia64 package list.
This commit is contained in:
Marcel Moolenaar 2004-10-17 21:05:40 +00:00
parent 950d5f7a99
commit 7f185e3f43
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136623

View File

@ -132,7 +132,7 @@ CDROM_SET_1="${CDROM_SET_1} print/apsfilter"
CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"
CDROM_SET_1="${CDROM_SET_1} print/gv"
CDROM_SET_1="${CDROM_SET_1} print/psutils-letter"
if [ ! "X{PKG_ARCH}" = "Xia64" ]; then
if [ ! "X${PKG_ARCH}" = "Xia64" ]; then
CDROM_SET_1="${CDROM_SET_1} security/freebsd-update"
fi
CDROM_SET_1="${CDROM_SET_1} security/sudo"