Skip to content
Snippets Groups Projects
Commit b14f8a2a authored by Anatol Pomozov's avatar Anatol Pomozov
Browse files

FS#53098 set sysconfdir

parent 86452fac
No related branches found
Tags 2.17.6-1
No related merge requests found
......@@ -7,7 +7,7 @@
pkgname=rofi
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc='Popup window switcher roughly based on superswitcher, requiring only xlib and xft'
arch=(i686 x86_64)
url='https://davedavenport.github.io/rofi/'
......@@ -20,7 +20,7 @@ sha256sums=('b52cf1170f5c7c38f6399ee44f23ebbd87ac349d6a34f32f5d169966765c87e8')
build() {
cd rofi-$pkgver
./configure --prefix=/usr
./configure --prefix=/usr --sysconfdir=/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