gde: avoid conflicts of system

This commit is contained in:
Kuoi 2023-05-09 18:04:29 +08:00 committed by GitHub
parent 3d9e8e131c
commit 1550113ba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,10 +44,11 @@ do
install -Dm755 $pkg $pkgdir/usr/bin/$pkg
done
cd $srcdir/$_pkgbase-$pkgver/SUPPORT
for pkg in count findall lsadt Restriction sho_helix varpos Zuk_to_gen
for pkg in findall lsadt Restriction sho_helix varpos Zuk_to_gen
do
install -Dm755 $pkg $pkgdir/usr/bin/$pkg
done
install -Dm755 count count-$pkgname
}