diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 23:09:54 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 23:09:54 +0100 |
commit | 4457f912c36b79ad25047355da7f55c260ef4ae9 (patch) | |
tree | da88b538621ed7ace755fd46ba59505a09b736ad /debian | |
parent | fb0137810c19a219385eaad5495bc47538db8868 (diff) | |
download | vyos-live-build-4457f912c36b79ad25047355da7f55c260ef4ae9.tar.gz vyos-live-build-4457f912c36b79ad25047355da7f55c260ef4ae9.zip |
Fix dh_link not working as expected
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ded529e44..2d2e62735 100755 --- a/debian/rules +++ b/debian/rules @@ -11,4 +11,4 @@ override_dh_auto_install: override_dh_link: # workaround dh_link conversion of absolute symlinks to relative symlinks - dh_link -X/bootloaders/ + dh_link -X.c32 -Xisolinux.bin -Xpxelinux.0 |