mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
lcov: fix compile options
This commit is contained in:
parent
515256281d
commit
3654f68fde
@ -1,6 +1,6 @@
|
||||
pkgname=lcov
|
||||
pkgver=1.13
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="front-end for GCC's coverage testing tool gcov"
|
||||
arch=('any')
|
||||
url="http://ltp.sourceforge.net/coverage/lcov.php"
|
||||
@ -25,5 +25,5 @@ package()
|
||||
{
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make PREFIX="$pkgdir" install
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user