From: Michael Tremer Date: Sun, 2 Oct 2011 19:21:10 +0000 (+0200) Subject: xorg-x11-fonts: Fix typos in makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d5575f1993db19852af06d44087911cfa7a3ea;p=ipfire-3.x.git xorg-x11-fonts: Fix typos in makefile. --- diff --git a/xorg-x11-fonts/xorg-x11-fonts.nm b/xorg-x11-fonts/xorg-x11-fonts.nm index c9313667b..6b98ac6c3 100644 --- a/xorg-x11-fonts/xorg-x11-fonts.nm +++ b/xorg-x11-fonts/xorg-x11-fonts.nm @@ -5,7 +5,7 @@ name = xorg-x11-fonts version = 7.2 -release = 2 +release = 3 arch = noarch maintainer = Stefan Schantl @@ -63,7 +63,7 @@ build xorg-x11-font-utils-devel end - configure_optins += \ + configure_options += \ --with-fontrootdir=/usr/share/X11/fonts \ --disable-iso8859-3 \ --disable-iso8859-4 \ @@ -110,7 +110,9 @@ build done # Install unifont - cp -vf %{DIR_DL}/unifont-5.1.20080820.pcf.gz %{BUILDROOT}/usr/share/fonts/X11/misc/unifont.pcf.gz + mkdir -pv %{BUILDROOT}/usr/share/X11/fonts/misc + cp -vf %{DIR_DL}/unifont-5.1.20080820.pcf.gz \ + %{BUILDROOT}/usr/share/X11/fonts/misc/unifont.pcf.gz end end