[Pkg-xen-devel] Bug#379721: xen-3.0: FTBFS: bashisms

Steve Kemp skx at debian.org
Mon Sep 4 15:44:19 CEST 2006


  Patch attached.

Steve
-- 

--- Makefile-orig       2006-09-04 14:37:18.000000000 +0100
+++ Makefile    2006-09-04 14:37:34.000000000 +0100
@@ -57,7 +57,7 @@
 .PHONY: ioemu ioemuinstall ioemuclean
 ifndef XEN_NO_IOEMU
 ioemu ioemuinstall ioemuclean:
-       [ -f ioemu/config-host.h ] || \
+       ( test -f ioemu/config-host.h ) || \
        (cd ioemu; ./configure --prefix=usr)
        $(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
 else





More information about the Pkg-xen-devel mailing list