diff options
Diffstat (limited to 'checkpkg.in')
-rw-r--r-- | checkpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpkg.in b/checkpkg.in index 95bf049..a761df7 100644 --- a/checkpkg.in +++ b/checkpkg.in @@ -1,6 +1,6 @@ #!/bin/bash -m4_include(lib/common.sh) +source @pkgdatadir@/common.sh # Source makepkg.conf; fail if it is not found if [[ -r '/etc/makepkg.conf' ]]; then |