mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
gde: fix the path of count
This commit is contained in:
parent
cb9720fd27
commit
11fd2630c8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ done
|
|||
do
|
||||
install -Dm755 $pkg $pkgdir/usr/bin/$pkg
|
||||
done
|
||||
install -Dm755 count count-$pkgname
|
||||
install -Dm755 count $pkgdir/usr/bin/count-$pkgname
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue