Skip to content
Snippets Groups Projects
Commit 22783a5a authored by Andrej Shadura's avatar Andrej Shadura Committed by Apertis package maintainers
Browse files

Import Apertis version 0.132co1

parent 24984518
No related branches found
No related tags found
No related merge requests found
Pipeline #5266 waiting for manual action
include:
- project: 'infrastructure/ci-package-builder'
file: '/ci-package-builder.yml'
initramfs-tools (0.132co1) unstable; urgency=medium
[ Héctor Orón Martínez ]
* hook-functions: do not use ln -r, it's not available in GPLv2 coreutils.
[ Sjoerd Simons ]
* Drop explicit depends on core-utils.
-- Andrej Shadura <andrew.shadura@collabora.co.uk> Tue, 12 Feb 2019 11:22:53 +0100
initramfs-tools (0.132) unstable; urgency=medium
* [4e1f80e] mkinitramfs: Don't try to remove nonexistent /var/cache/ldconfig
......
......@@ -26,7 +26,7 @@ Package: initramfs-tools-core
Architecture: all
Multi-Arch: foreign
Recommends: ${busybox:Recommends}
Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), e2fsprogs, ${misc:Depends}
Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, e2fsprogs, ${misc:Depends}
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~), ${busybox:Breaks}
Replaces: initramfs-tools (<< 0.121~)
......
......@@ -143,7 +143,7 @@ copy_file() {
# Create a relative link so it always points
# to the right place
ln -rs "${DESTDIR}/${link_target}" "${DESTDIR}/${target}"
ln -s "${link_target}" "${DESTDIR}/${target}"
fi
# Copy the link target if it doesn't already exist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment