gde: fix the path of count

This commit is contained in:
Kuoi 2023-05-11 02:28:30 +08:00 committed by GitHub
parent cb9720fd27
commit 11fd2630c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}