mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
gde: avoid conflicts of system
This commit is contained in:
parent
3d9e8e131c
commit
1550113ba6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue