]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xorg-x11-font-utils: Fix mapdir directory.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 23 Oct 2010 18:06:50 +0000 (20:06 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 23 Oct 2010 18:06:50 +0000 (20:06 +0200)
pkgs/core/xorg-x11-font-utils/xorg-x11-font-utils.nm

index a279ee5e7d1581896b5b4c0a79946a9685148a4d..8e3a5f1c3a8aed07b74cb600874890f84c1e3580 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = xorg-x11-font-utils
 PKG_VER        = 7.4
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
 PKG_GROUP      = X/Fonts
@@ -64,7 +64,7 @@ define MACRO_BUILD
        cd $(DIR_SRC)/$(1) && \
                ./configure \
                        --prefix=/usr \
-                       --with-mapdir=/usr/share/x11/fonts/util
+                       --with-mapdir=/usr/share/X11/fonts/util
 
        cd $(DIR_SRC)/$(1) && make $(PARALLELISMFLAGS)