X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=appliance%2Fmake.sh.in;h=36bcd6c996794c6449e974158ab413f658ecce0c;hp=efd1f463cf972575f7182b970e09d16a2a332f98;hb=f1930720d96d4a601f1ff63e6ce50da23b90188c;hpb=99dc2a9702e6c8a2bf9073af4cbf1803417ec3ee diff --git a/appliance/make.sh.in b/appliance/make.sh.in index efd1f46..36bcd6c 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -26,8 +26,8 @@ set -x if [ "@DIST@" = "REDHAT" ]; then cd @top_builddir@ # Decide on names for the final output. These have to match Makefile.am. - output=appliance/initramfs.@REPO@.@host_cpu@.img - koutput=appliance/vmlinuz.@REPO@.@host_cpu@ + output=appliance/initramfs.@host_cpu@.img + koutput=appliance/vmlinuz.@host_cpu@ rm -f $output rm -f $koutput