summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-13 12:17:04 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-14 17:01:39 -0500
commitd81219ef8fb3fc77074cca86312d53a980021ee5 (patch)
tree3b14b3d3d2083d335b0d2b5915be6ac420875b0f
parent35ab4b743beda7722d99fcfab683e3dc20999d73 (diff)
downloadanaconda-d81219ef8fb3fc77074cca86312d53a980021ee5.tar.gz
anaconda-d81219ef8fb3fc77074cca86312d53a980021ee5.tar.xz
anaconda-d81219ef8fb3fc77074cca86312d53a980021ee5.zip
alpha should have translations probably
-rwxr-xr-xscripts/upd-instroot5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 510dbe82b..5c9e59f49 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1172,11 +1172,6 @@ for p in $DEST $DESTGR ; do
mkdir -p $p/usr/src/debug
done
-if [ $ARCH = "alpha" ]; then
- rm -rf $DEST/usr/share/locale
- rm -rf $DEST/usr/$LIBDIR/locale
-fi
-
echo "Patching python library..."
# always use passive mode for ftp installs