From 1550113ba6bd10cfd126a6140db662f61f2fd30b Mon Sep 17 00:00:00 2001 From: Kuoi Date: Tue, 9 May 2023 18:04:29 +0800 Subject: [PATCH] gde: avoid conflicts of system --- BioArchLinux/gde/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BioArchLinux/gde/PKGBUILD b/BioArchLinux/gde/PKGBUILD index e62af14f75..883f9b0049 100644 --- a/BioArchLinux/gde/PKGBUILD +++ b/BioArchLinux/gde/PKGBUILD @@ -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 }