diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-05-06 18:34:46 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-05-06 18:34:46 +0000 |
commit | fef67642e69bfce5b14bb14cbb613b0ca03cbc56 (patch) | |
tree | c10c93a494dc32fbaebd81cb566e6e7579a6197f /scripts | |
parent | 12311dcbc2036bd4e2d768b6f713e0b7a2b8f0a1 (diff) | |
download | anaconda-fef67642e69bfce5b14bb14cbb613b0ca03cbc56.tar.gz anaconda-fef67642e69bfce5b14bb14cbb613b0ca03cbc56.tar.xz anaconda-fef67642e69bfce5b14bb14cbb613b0ca03cbc56.zip |
2005-05-06 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Pretend we have nano too.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 294dbe10d..dfa466e34 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -940,9 +940,11 @@ rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/lib{GLcore,glx,pex5}* # fixup joe links ln -fs jpicorc $DESTGR/etc/joe/picorc +ln -fs jpicorc $DESTGR/etc/joe/jnanorc ln -fs jmacsrc $DESTGR/etc/joe/emacsrc ln -fs jmacs $DESTGR/usr/bin/emacs ln -fs jpico $DESTGR/usr/bin/pico +ln -fs jpico $DESTGR/usr/bin/jnano echo "Creating nsswitch.conf" cat > $DEST/etc/nsswitch.conf <<EOF |