wok rev 12692

xorg-server: fix font path
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 16:15:55 2012 +0200 (2012-05-02)
parents bb299a081d94
children 2dac55a9dbb9
files xorg-server/receipt
line diff
     1.1 --- a/xorg-server/receipt	Wed May 02 16:12:14 2012 +0200
     1.2 +++ b/xorg-server/receipt	Wed May 02 16:15:55 2012 +0200
     1.3 @@ -43,8 +43,11 @@
     1.4  		--enable-xephyr \
     1.5  		--enable-config-udev \
     1.6  		--disable-config-dbus \
     1.7 -		--with-fontrootdir=/usr/share/fonts \
     1.8 +		--disable-docs \
     1.9 +		--disable-devel-docs \
    1.10 +		--with-fontrootdir=/usr/share/fonts/X11 \
    1.11  		--with-os-name="SliTaz GNU/Linux" \
    1.12 +		--with-vendor-web="http://www.slitaz.org/" \
    1.13  		--with-builder-addr=$MAINTAINER \
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make && make DESTDIR=$DESTDIR install