From b59b3fb2b884099e4f0cabb43245effaa325f41a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 18 Oct 2007 14:56:43 +0100 Subject: [PATCH] * Create /spu directory for powerpc+ps3 builds. --- debian/changelog | 6 ++++++ livecd.sh | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index f6821bf7..3d1b529c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.42) UNRELEASED; urgency=low + + * Create /spu directory for powerpc+ps3 builds. + + -- Colin Watson Thu, 18 Oct 2007 14:56:18 +0100 + livecd-rootfs (0.41) gutsy; urgency=low * Log the size of doc directories to stdout. diff --git a/livecd.sh b/livecd.sh index 8fd5cf5d..f398f629 100755 --- a/livecd.sh +++ b/livecd.sh @@ -264,6 +264,11 @@ link_in_boot = $link_in_boot mkdir -p ${ROOT}proc mount -tproc none ${ROOT}proc + case $ARCH+$SUBARCH in + powerpc+ps3) + mkdir -p ${ROOT}spu;; + esac + # In addition to the ones we got from apt, trust whatever the local system # believes in, but put things back afterwards. cp ${ROOT}etc/apt/trusted.gpg ${ROOT}etc/apt/trusted.gpg.$$