[Pkg-ace-commits] [pkg-ace] r719 - trunk/debian

Thomas Girard tgg at alioth.debian.org
Sun Sep 12 20:40:22 UTC 2010


Author: tgg
Date: 2010-09-12 20:40:21 +0000 (Sun, 12 Sep 2010)
New Revision: 719

Modified:
   trunk/debian/generator_pkgconfig.sh
Log:
Restore lost part in the merge


Modified: trunk/debian/generator_pkgconfig.sh
===================================================================
--- trunk/debian/generator_pkgconfig.sh	2010-09-12 20:37:36 UTC (rev 718)
+++ trunk/debian/generator_pkgconfig.sh	2010-09-12 20:40:21 UTC (rev 719)
@@ -64,6 +64,9 @@
     ;;
 esac
 
+if test "s$INDIR" != "s." ; then
+  INCDIR="$INCDIR/$INDIR"
+fi
 
 cat "$1" | sed -e 's#@prefix@#/usr#g' \
                -e 's#@exec_prefix@#$\{prefix\}#g' \




More information about the Pkg-ace-commits mailing list