diff options
Diffstat (limited to 'repo/xf86-video-nouveau')
-rw-r--r-- | repo/xf86-video-nouveau/xf86-video-nouveau.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/xf86-video-nouveau/xf86-video-nouveau.xibuild b/repo/xf86-video-nouveau/xf86-video-nouveau.xibuild index e2f593c..0fbb9bb 100644 --- a/repo/xf86-video-nouveau/xf86-video-nouveau.xibuild +++ b/repo/xf86-video-nouveau/xf86-video-nouveau.xibuild @@ -14,7 +14,7 @@ prepare () { } build () { - ./configure $XORG_CONFIG + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make } |