summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-14 21:44:55 +0000
committerChris Lumens <clumens@redhat.com>2007-06-14 21:44:55 +0000
commitf6bb1c7947b8c4378181c44515288937cc72cd72 (patch)
treeae00972eddee4f32b7afb224eab837cfc8a1cc99 /scripts
parentac0c0e896cda31af6e7765f5bb981dfab9fbe54a (diff)
downloadanaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.gz
anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.xz
anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.zip
Fixes from buildinstall logs.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 5143101f9..53ff4e4ad 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -1017,7 +1017,7 @@ LC_ALL=C comm -13 $DESTGR/locales $DESTGR/locales.list | xargs rm -rf
rm -f $DESTGR/locales $DESTGR/locales.list
# fixup joe links
-if [ -n "$NEEDGR" ]; then
+if [ -n "$NEEDGR" -a -d "$DESTDIR"/etc/joe ]; then
ln -fs jpicorc $DESTGR/etc/joe/picorc
ln -fs jpicorc $DESTGR/etc/joe/jnanorc
ln -fs jpicorc $DESTGR/etc/joe/nanorc