From 5e972a614d9e5d37b8e00db2b7a388e8cb3da904 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 20 Aug 2023 19:26:23 +0300 Subject: [PATCH] 1 --- libndi-bin/lure.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/libndi-bin/lure.sh b/libndi-bin/lure.sh index 262421e..7e4d672 100644 --- a/libndi-bin/lure.sh +++ b/libndi-bin/lure.sh @@ -25,6 +25,4 @@ prepare() { package() { cd "${pkgdir}" - ln -frs "./usr/lib/libndi.so.${pkgver}" "./usr/lib/libndi.so.${pkgver%%.*}" - ln -frs "./usr/lib/libndi.so.${pkgver}" ./usr/lib/libndi.so }