1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

community/i3status: move conf to /etc

This commit is contained in:
Bart Ribbers 2020-03-11 15:27:33 +01:00 committed by Rasmus Thomsen
parent 9a060b8960
commit c0804b960e

View file

@ -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
}