diff options
| author | Karsten Hopp <karsten@redhat.de> | 2004-06-03 15:39:55 +0000 |
|---|---|---|
| committer | Karsten Hopp <karsten@redhat.de> | 2004-06-03 15:39:55 +0000 |
| commit | 0a157db4149fd75bd374e4bfe0dbe5e56e66dfe7 (patch) | |
| tree | a8f28e72e3135b89c445caa93c39b22f49bec034 /scripts | |
| parent | 05ccc96dc73da4218bceba9d8ad7239f7003b43f (diff) | |
wrong path to the xauth binary
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 7fd2008e5..63e17b518 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -615,7 +615,7 @@ makeinitrd() { mkdir -p $MBD_DIR/$LIBDIR/security cp $IMGPATH/$LIBDIR/libpam_misc.so.0.* $MBD_DIR/$LIBDIR/libpam_misc.so.0 ln -s /tmp $MBD_DIR/var/state/xkb - cp $IMGPATH/sbin/xauth $MBD_DIR/sbin/xauth + cp $IMGPATH/usr/X11R6/bin/xauth $MBD_DIR/sbin/xauth fi if [ -n "$INITRDMODULES" ]; then |
