mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
live-build/auto/config: Don't purge .pyc files on ubuntu-server images.
This commit is contained in:
parent
ac579ff6c7
commit
66fa0b385d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.70ubuntu1) UNRELEASED; urgency=low
|
||||
|
||||
* live-build/auto/config: Don't purge .pyc files on ubuntu-server images.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Mon, 23 Jul 2012 17:33:44 +0100
|
||||
|
||||
livecd-rootfs (2.70) quantal; urgency=low
|
||||
|
||||
* live-build/auto/config: Don't install lupin-casper on ubuntu-server
|
||||
|
@ -284,7 +284,9 @@ boot/initrd.img-*
|
||||
EOF
|
||||
fi
|
||||
|
||||
ln -s /usr/share/live/build/examples/hooks/all_chroot_pyc-purge.sh config/chroot_local-hooks/
|
||||
if [ "$PROJECT" != ubuntu-server ]; then
|
||||
ln -s /usr/share/live/build/examples/hooks/all_chroot_pyc-purge.sh config/chroot_local-hooks/
|
||||
fi
|
||||
|
||||
case $PROJECT in
|
||||
kubuntu|kubuntu-active)
|
||||
|
Loading…
x
Reference in New Issue
Block a user