mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Fixing broken binary hook symlinks for hyperv gallery image builds.
This commit is contained in:
parent
c623a7ee3e
commit
5a2b49950a
@ -1105,8 +1105,8 @@ EOF
|
||||
ubuntu-core:system-image|ubuntu-cpc:*|ubuntu-server:live|ubuntu:desktop-preinstalled)
|
||||
# Ensure that most things e.g. includes.chroot are copied as is
|
||||
for entry in /usr/share/livecd-rootfs/live-build/${PROJECT}/*; do
|
||||
case entry in
|
||||
hooks)
|
||||
case $entry in
|
||||
*hooks*)
|
||||
# But hooks are shared across the projects with symlinks
|
||||
# dereference them
|
||||
cp -afL $entry config/
|
||||
|
Loading…
x
Reference in New Issue
Block a user