diff options
Diffstat (limited to 'repo/xdpyinfo/xdpyinfo.xibuild')
-rw-r--r-- | repo/xdpyinfo/xdpyinfo.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xdpyinfo/xdpyinfo.xibuild b/repo/xdpyinfo/xdpyinfo.xibuild index 3784477..f29712d 100644 --- a/repo/xdpyinfo/xdpyinfo.xibuild +++ b/repo/xdpyinfo/xdpyinfo.xibuild @@ -7,7 +7,7 @@ PKG_VER=1.3.2 SOURCE=https://www.x.org/pub/individual/app/xdpyinfo-$PKG_VER.tar.bz2 build () { - ./configure $XORG_CONFIG + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make } |