]> git.pld-linux.org Git - packages/gfax.git/commitdiff
- lib64-aware pkgconfig path
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 May 2005 08:56:42 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfax-paths.patch -> 1.2

gfax-paths.patch

index 108c83aa7073a2dcc98cda7089d07418b511f4c5..e62d2c192dff977c9e3ab1d38e17c375c3073b23 100644 (file)
  #
  # Use DBus# to export our remote control if available.
  #
+@@ -68,8 +68,8 @@
+ # SET THE DIRECTORY PATH FOR GNOME_PRINT_DATA_DIR
+ if test "x$GNOME_PRINT_DATA_DIR" = "x" ; then
+-      gpver=`ls ${prefix}/lib/pkgconfig/ | grep libgnomeprint`
+-      GNOME_PRINT_VERSION=`grep Version: ${prefix}/lib/pkgconfig/${gpver} | cut -f2 -d' '`
++      gpver=`ls ${libdir}/pkgconfig/ | grep libgnomeprint-`
++      GNOME_PRINT_VERSION=`grep Version: ${libdir}/pkgconfig/${gpver} | cut -f2 -d' '`
+       GNOME_PRINT_DATA_DIR="${datadir}/libgnomeprint/${GNOME_PRINT_VERSION}"
+       echo $GNOME_PRINT_DATA_DIR
+ fi
 --- gfax/gfax.in.orig  2005-02-01 00:03:09.000000000 +0100
 +++ gfax/gfax.in       2005-05-03 02:13:33.000000000 +0200
 @@ -22,11 +22,11 @@
This page took 0.078248 seconds and 4 git commands to generate.