summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-17 04:33:36 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-17 04:33:36 +0000
commit3fe43f661632e75f08ec8f45f87eee1e652a3358 (patch)
tree3ac14f8942100552ebc566b684925bfe8483e694 /scripts
parent43eb9586d0f5c3930d4cb56d4af8cd26dc577fab (diff)
downloadanaconda-3fe43f661632e75f08ec8f45f87eee1e652a3358.tar.gz
anaconda-3fe43f661632e75f08ec8f45f87eee1e652a3358.tar.xz
anaconda-3fe43f661632e75f08ec8f45f87eee1e652a3358.zip
bin/ doesn't exist yet (noticed by mikem)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index d4d8e47db..ebc95fb67 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -650,7 +650,7 @@ EOF
install -s -m 755 $LOADERBINDIR/shutdown $MBD_DIR/sbin/shutdown
install -m 755 $IMGPATH/usr/lib/anaconda-runtime/loader/linuxrc.s390 $MBD_DIR/sbin/init
install -m 755 $IMGPATH/usr/sbin/dasdfmt $MBD_DIR/sbin/dasdfmt
- install -m 755 $IMGPATH/usr/bin/sleep $MBD_DIR/bin/sleep
+ install -m 755 $IMGPATH/usr/bin/sleep $MBD_DIR/sbin/sleep
fi
if [ "$BUILDARCH" != "s390" -a "$BUILDARCH" != "s390x" ]; then