was this not working only because we don't have the awk -> gawk symlink? :) -- Martin Gracik ----- "Chris Lumens" <clumens@xxxxxxxxxx> wrote: > This saves about 63 MB of uncompressed space. > --- > scripts/upd-instroot | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/upd-instroot b/scripts/upd-instroot > index d059aa0..aeff9d7 100755 > --- a/scripts/upd-instroot > +++ b/scripts/upd-instroot > @@ -1140,7 +1140,7 @@ chmod 04750 > $DEST/$LIBDIR/dbus-1/dbus-daemon-launch-helper > install -m 644 $DEST/usr/share/anaconda/lang-table > $DEST/etc/lang-table > localedef -c -i en_US -f UTF-8 --prefix $DEST en_US > > -cat $DEST/usr/share/anaconda/lang-table* | awk ' > +cat $DEST/usr/share/anaconda/lang-table* | gawk ' > { gsub("-", "", $4); > print $4; > print gensub(/\..*$/,"","",$4); > -- > 1.7.1.1 > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list