Skip to content
Snippets Groups Projects
Commit 88476e64 authored by Luca Weiss's avatar Luca Weiss Committed by TBK
Browse files

community/dfc: fix incorrect sysconfdir

Previously the file /usr/etc/xdg/dfc/dfcrc would be installed which is
incorrect. Fix this by explitely setting the sysconfdir.
parent 1a9e76bb
No related branches found
No related tags found
1 merge request!6719community/dfc: fix incorrect sysconfdir
......@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=dfc
pkgver=3.1.1
pkgrel=1
pkgrel=2
arch="all"
url="https://projects.gw-computing.net/projects/dfc"
pkgdesc="Report file system space usage information with style"
......@@ -15,7 +15,8 @@ options="!check" # No tests available
build() {
cmake \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc
make
}
......
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