summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images.ia64
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-16 22:01:25 -0400
committerJeremy Katz <katzj@redhat.com>2008-04-16 22:01:25 -0400
commit40aae46520e852b051dff656feb3d8ebde02094d (patch)
tree6bfb8f230cfdd82d29a1db3cbc4bc902d156c0d5 /scripts/mk-images.ia64
parentc83ebdc045a3d9f4fea3da7d808e718b1278818e (diff)
downloadanaconda-40aae46520e852b051dff656feb3d8ebde02094d.tar.gz
anaconda-40aae46520e852b051dff656feb3d8ebde02094d.tar.xz
anaconda-40aae46520e852b051dff656feb3d8ebde02094d.zip
Add missing / (Doug Chapman, #442751)
Diffstat (limited to 'scripts/mk-images.ia64')
-rw-r--r--scripts/mk-images.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.ia64 b/scripts/mk-images.ia64
index 94de83a16..78ad647ea 100644
--- a/scripts/mk-images.ia64
+++ b/scripts/mk-images.ia64
@@ -182,6 +182,6 @@ __EOT__
doPostImages() {
if [ -n "$BOOTISO" ]; then
- mkisofs -quiet -o $TOPDESTPATH/images/$BOOTISO -b boot.img -no-emul-boot -R -J -V "$PRODUCT" -T -graft-points boot.img=$TOPDESTPATH/images/boot.img images/stage2.img=$TOPDESTPATHimages/stage2.img
+ mkisofs -quiet -o $TOPDESTPATH/images/$BOOTISO -b boot.img -no-emul-boot -R -J -V "$PRODUCT" -T -graft-points boot.img=$TOPDESTPATH/images/boot.img images/stage2.img=$TOPDESTPATH/images/stage2.img
fi
}