]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xorg-x11-fonts: Fix typos in makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 19:21:10 +0000 (21:21 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2011 19:21:10 +0000 (21:21 +0200)
xorg-x11-fonts/xorg-x11-fonts.nm

index c9313667b9c8b4f6e9f24c19deb538578f8fca26..6b98ac6c323d629d1feb24118ce47000d44ba7f1 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = xorg-x11-fonts
 version    = 7.2
-release    = 2
+release    = 3
 arch       = noarch
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -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