diff options
author | Chris Lumens <clumens@redhat.com> | 2007-06-14 21:44:55 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-06-14 21:44:55 +0000 |
commit | f6bb1c7947b8c4378181c44515288937cc72cd72 (patch) | |
tree | ae00972eddee4f32b7afb224eab837cfc8a1cc99 /scripts | |
parent | ac0c0e896cda31af6e7765f5bb981dfab9fbe54a (diff) | |
download | anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.gz anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.tar.xz anaconda-f6bb1c7947b8c4378181c44515288937cc72cd72.zip |
Fixes from buildinstall logs.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
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 |