From 36386cc266c51a9e74c28398364830e66ea80f93 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Sun, 14 Jan 2024 22:26:49 +0300 Subject: [PATCH] [squashfs-tools]: do not create symlinks manually These symlinks are created automatically upon installation. --- srcpkgs/squashfs-tools/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index 98dee0a4a6a26..a8bc7e7f2a927 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -18,8 +18,6 @@ checksum=94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c do_install() { vbin mksquashfs vbin unsquashfs - ln -sf mksquashfs ${DESTDIR}/usr/bin/sqfstar - ln -sf unsquashfs ${DESTDIR}/usr/bin/sqfscat for f in ../manpages/*.1; do vman $f