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:
parent
9a060b8960
commit
c0804b960e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue