mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-03 13:01:35 +00:00
Disable merged /usr in buildd images
Otherwise we might end up building packages with hardcoded paths that assume a merged /usr.
This commit is contained in:
parent
fe59f6fce8
commit
36af2769dc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.560) UNRELEASED; urgency=medium
|
||||
|
||||
* Disable merged /usr in buildd images.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 01 Feb 2019 18:01:56 +0000
|
||||
|
||||
livecd-rootfs (2.559) disco; urgency=medium
|
||||
|
||||
[ Jean-Baptiste Lallement ]
|
||||
|
@ -1220,6 +1220,11 @@ esac
|
||||
case $SUBPROJECT in
|
||||
buildd)
|
||||
cp -af /usr/share/livecd-rootfs/live-build/buildd/* config/
|
||||
|
||||
# Disable merged /usr to avoid building packages with
|
||||
# hardcoded paths that assume it.
|
||||
echo 'DEBOOTSTRAP_OPTIONS="$DEBOOTSTRAP_OPTIONS --no-merged-usr"' \
|
||||
>> config/common
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user