Skip to content
Snippets Groups Projects
Commit c0804b96 authored by Bart Ribbers's avatar Bart Ribbers Committed by Rasmus Thomsen
Browse files

community/i3status: move conf to /etc

parent 9a060b89
No related branches found
No related tags found
1 merge request!5308{main,community,testing}/*: move config files to /etc where needed
......@@ -2,7 +2,7 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=i3status
pkgver=2.13
pkgrel=2
pkgrel=3
pkgdesc="Generates status bar for dzen2, xmobar or similar"
url="https://i3.zekjur.net/i3status"
arch="all"
......@@ -17,7 +17,9 @@ source="https://i3wm.org/i3status/i3status-$pkgver.tar.bz2
build() {
autoreconf -vif
mkdir -p build && cd build
../configure --prefix=/usr \
../configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-pulseaudio
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