From f849c5dc548fa6ca71fab85631a9e71297f3add2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Oct 2008 15:01:03 +0200 Subject: [PATCH] Mention pkgconfig_override in example.tmpl. --HG-- extra : convert_revision : f1c838ff0e44b091913544f46c0464d334731a8f --- templates/example.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/example.tmpl b/templates/example.tmpl index 7182624a1ba..5662090c927 100755 --- a/templates/example.tmpl +++ b/templates/example.tmpl @@ -44,6 +44,10 @@ # Uncomment the following line to use GNU make. #make_cmd="$PKGFS_MASTERDIR/bin/gmake" +# List of pkg-config files to be transformed once the package has +# been installed. +#pkgconfig_override="foo.pc blah.pc" + # Short description for this package, max 1 line of 72 chars. #short_desc="Example template"