touch fakeroot.log
authorGuido Günther <agx@sigxcpu.org>
Thu, 2 Jul 2009 15:30:40 +0000 (17:30 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 3 Jul 2009 11:11:17 +0000 (12:11 +0100)
indicationg we're done creating the appliance

appliance/make.sh.in

index cf772e0..57f5223 100755 (executable)
@@ -141,5 +141,7 @@ __EOF__
 elif [ "@DIST@" = "DEBIAN" ]; then
   cd @top_builddir@/appliance
   debirf make -n debian
 elif [ "@DIST@" = "DEBIAN" ]; then
   cd @top_builddir@/appliance
   debirf make -n debian
+  mkdir -p @top_builddir@/initramfs
+  touch @top_builddir@/initramfs/fakeroot.log
 fi
 
 fi