set SHELL
authorRiku Voipio <riku.voipio@nokia.com>
Thu, 14 May 2009 15:16:57 +0000 (18:16 +0300)
committerRiku Voipio <riku.voipio@nokia.com>
Thu, 14 May 2009 15:16:57 +0000 (18:16 +0300)
our rules requires bash, it would fail ubuntus with dash as /bin/sh

debian/rules

index 1903a2f..4a8b309 100755 (executable)
@@ -16,6 +16,8 @@ endif
 DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_ARCH_CPU = $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
+SHELL = /bin/bash
+
 
 TARGET_SYSTEM_TCG    = arm-softmmu i386-softmmu
 TARGET_LINUX_TCG     = arm-linux-user i386-linux-user