[arch-commits] Commit in xorg-mkfontdir/trunk (PKGBUILD xorg-mkfontdir.install)

Jan Steffens heftig at archlinux.org
Fri Jan 13 21:07:52 UTC 2017


    Date: Friday, January 13, 2017 @ 21:07:51
  Author: heftig
Revision: 286218

Whoops, fix install

Modified:
  xorg-mkfontdir/trunk/PKGBUILD
  xorg-mkfontdir/trunk/xorg-mkfontdir.install

------------------------+
 PKGBUILD               |    2 +-
 xorg-mkfontdir.install |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 20:57:45 UTC (rev 286217)
+++ PKGBUILD	2017-01-13 21:07:51 UTC (rev 286218)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontdir
 pkgver=1.0.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Create an index of X font files in a directory"
 arch=(any)
 url="http://xorg.freedesktop.org/"

Modified: xorg-mkfontdir.install
===================================================================
--- xorg-mkfontdir.install	2017-01-13 20:57:45 UTC (rev 286217)
+++ xorg-mkfontdir.install	2017-01-13 21:07:51 UTC (rev 286218)
@@ -1,7 +1,8 @@
 post_install() {
   if [[ -d /usr/share/fonts ]]; then
     echo -n "Creating X fontdir indices..."
-    find /usr/share/fonts -mindepth 1 -type d | /usr/share/libalpm/scripts/xorg-mkfontdir
+    find /usr/share/fonts -mindepth 1 -type d -printf '%p/\n' |
+      /usr/share/libalpm/scripts/xorg-mkfontdir
     echo " done."
   fi
 }



More information about the arch-commits mailing list