mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 18:01:17 +00:00
Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.
This commit is contained in:
parent
57c3d7d318
commit
3692090f3d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (0.95) UNRELEASED; urgency=low
|
||||
|
||||
* Add the EXTRASOURCE apt source to the "pristine" /etc/apt/sources.list.
|
||||
|
||||
-- Steve Kowalik <stevenk@ubuntu.com> Mon, 31 Aug 2009 17:31:54 +1000
|
||||
|
||||
livecd-rootfs (0.94) karmic; urgency=low
|
||||
|
||||
[ Steve Kowalik ]
|
||||
|
@ -481,6 +481,9 @@ ${COMMENT}deb-src ${SRCMIRROR} ${STE}-updates multiverse
|
||||
${COMMENT}deb ${SECMIRROR} ${STE}-security multiverse
|
||||
${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
|
||||
@@EOF
|
||||
if [ -n "$EXTRASOURCE" ]; then
|
||||
echo deb $EXTRASOURCE $STE ${COMP} >> ${ROOT}etc/apt/sources.list
|
||||
fi
|
||||
mv ${ROOT}etc/apt/trusted.gpg.$$ ${ROOT}etc/apt/trusted.gpg
|
||||
|
||||
# get rid of the .debs - we don't need them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user