Skip to content
Snippets Groups Projects
Commit 026453f9 authored by Sertonix's avatar Sertonix Committed by J0WI
Browse files

community/lcov: fix path of config directory

The config was in /usr/etc before but it should be in /etc
parent 05a00a34
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!76713community/lcov: fix path of config directory
Pipeline #285129 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Shiva Velmurugan <shiv@shiv.me>
pkgname=lcov
pkgver=2.0
pkgrel=2
pkgrel=3
pkgdesc="LCOV is an extension to GCOV. It provides a graphical frontend for converage information"
url="https://github.com/linux-test-project/lcov"
arch="noarch"
......@@ -22,7 +22,7 @@ subpackages="$pkgname-doc"
source="https://github.com/linux-test-project/lcov/releases/download/v$pkgver/lcov-$pkgver.tar.gz"
package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
make DESTDIR="$pkgdir" PREFIX="/usr" CFG_DIR="/etc" install
}
sha512sums="
......
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