]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
ts-xen-build: Installed binary is /boot/xen on ARM
authorIan Campbell <ian.campbell@citrix.com>
Thu, 5 Sep 2013 15:22:52 +0000 (16:22 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 6 Sep 2013 09:05:25 +0000 (10:05 +0100)
ts-xen-build

index a600fe5db1105900acd1e0442831b8311d4b1183..455523eb4b7915c648d0e02947739c73223e0dce 100755 (executable)
@@ -168,7 +168,7 @@ sub divide () {
             if test -d install/lib/modules; then
                 mv install/lib/modules kerninstall/lib/.
             fi
-            if test -f kerninstall/boot/xen.gz; then
+            if test -f kerninstall/boot/xen.gz || test -f kerninstall/boot/xen; then
                 mkdir xeninstall/boot
                 mv kerninstall/boot/xen* xeninstall/boot/.
             fi