diff options
Diffstat (limited to 'finddeps.in')
-rw-r--r-- | finddeps.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finddeps.in b/finddeps.in index 7a2a3fb..656fe5a 100644 --- a/finddeps.in +++ b/finddeps.in @@ -3,7 +3,7 @@ # finddeps - find packages that depend on a given depname # -m4_include(lib/common.sh) +source @pkgdatadir@/common.sh match=$1 |