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:
parent
950d5f7a99
commit
7f185e3f43
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user