[arch-commits] Commit in rofi/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 28 13:11:41 UTC 2017


    Date: Tuesday, February 28, 2017 @ 13:11:40
  Author: anatolik
Revision: 214211

FS#53098 set sysconfdir

Modified:
  rofi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 13:00:17 UTC (rev 214210)
+++ PKGBUILD	2017-02-28 13:11:40 UTC (rev 214211)
@@ -8,7 +8,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/'
@@ -21,7 +21,7 @@
 
 build() {
   cd rofi-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 



More information about the arch-commits mailing list