* Create /spu directory for powerpc+ps3 builds.

ubuntu/precise
Colin Watson 17 years ago
parent 047d3e54b0
commit b59b3fb2b8

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.42) UNRELEASED; urgency=low
* Create /spu directory for powerpc+ps3 builds.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 18 Oct 2007 14:56:18 +0100
livecd-rootfs (0.41) gutsy; urgency=low
* Log the size of doc directories to stdout.

@ -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.$$

Loading…
Cancel
Save