diff options
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-x | scripts/upd-instroot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 07ec01b28..58760b4f1 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -23,6 +23,9 @@ if [ -z "$ARCH" ]; then fi NEEDGR=yes +if [ $ARCH = ia64 ]; then + NEEDGR="" +fi prunePackageList() { PACKAGEPATH=$1 |