mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +00:00
Conditionalize copying extra-ppas.pref.chroot around
This commit is contained in:
parent
6eddccab54
commit
6835c86edc
@ -713,10 +713,12 @@ if [ "$EXTRA_PPAS" ]; then
|
||||
rm -rf "$gpg_tmpdir"
|
||||
cp -a config/archives/extra-ppas.list.chroot \
|
||||
config/archives/extra-ppas.list.binary
|
||||
cp -a config/archives/extra-ppas.pref.chroot \
|
||||
config/archives/extra-ppas.pref.binary
|
||||
cp -a config/archives/extra-ppas.key.chroot \
|
||||
config/archives/extra-ppas.key.binary
|
||||
if [ -f config/archives/extra-ppas.pref.chroot ]; then
|
||||
cp -a config/archives/extra-ppas.pref.chroot \
|
||||
config/archives/extra-ppas.pref.binary
|
||||
fi
|
||||
fi
|
||||
|
||||
case $SUBPROJECT in
|
||||
|
Loading…
x
Reference in New Issue
Block a user