Skip to content
Snippets Groups Projects
Commit fdd627fd authored by alice's avatar alice Committed by Kevin Daudt
Browse files

testing/sloccount: fix installation

not making the directory first causes the install script to fail and
install nothing

closes #13435
parent a0a1bfdb
No related branches found
No related tags found
1 merge request!29705testing/sloccount: fix installation
Pipeline #107096 canceled
......@@ -2,7 +2,7 @@
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
pkgname=sloccount
pkgver=2.26
pkgrel=2
pkgrel=3
pkgdesc="Tool for counting physical Source Lines of Code (SLOC)"
url="https://dwheeler.com/sloccount"
arch="all"
......@@ -21,10 +21,13 @@ check() {
}
package() {
mkdir -p "$pkgdir"/usr/bin
make PREFIX=/usr \
INSTALL_DIR="$pkgdir/usr/bin" \
DOC_DIR="$pkgdir/usr/share/doc/$pkgname" \
MAN_DIR="$pkgdir/usr/share/man" \
install
}
sha512sums="ed6ab315a56dbdc86c654b94e790c9ea9e2dcad0db26b63c0973c33eb7fa634b4ade0a1f3c6ccfd5172ea95f648c1dd3b0ae2575b0aa44b3fec708c24a6aca54 sloccount-2.26.tar.gz"
sha512sums="
ed6ab315a56dbdc86c654b94e790c9ea9e2dcad0db26b63c0973c33eb7fa634b4ade0a1f3c6ccfd5172ea95f648c1dd3b0ae2575b0aa44b3fec708c24a6aca54 sloccount-2.26.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment