diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-06 18:59:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-06 18:59:12 +0000 |
commit | 5bf82c607a60927a93314c8229a4cdfcd1ec9ba7 (patch) | |
tree | 9b6723fb585a89ebe3aa61318b6dadaae5c22c68 | |
parent | b3b2b4ae7fbc856b864084cc7b8b6ab2cb935fa1 (diff) | |
download | rpm-setup-5bf82c607a60927a93314c8229a4cdfcd1ec9ba7.tar rpm-setup-5bf82c607a60927a93314c8229a4cdfcd1ec9ba7.tar.gz rpm-setup-5bf82c607a60927a93314c8229a4cdfcd1ec9ba7.tar.bz2 rpm-setup-5bf82c607a60927a93314c8229a4cdfcd1ec9ba7.tar.xz rpm-setup-5bf82c607a60927a93314c8229a4cdfcd1ec9ba7.zip |
fix typo
-rwxr-xr-x | find-requires.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in index 008f34e..b154c8d 100755 --- a/find-requires.in +++ b/find-requires.in @@ -233,7 +233,7 @@ fi # # --- typelib() gobject-introspection bindings -[ -q @RPMVENDORDIR@/gi-find-deps.sh ] && +[ -x @RPMVENDORDIR@/gi-find-deps.sh ] && echo "$filelist" | tr '[:blank:]' \\n | @RPMVENDORDIR@/gi-find-deps.sh -R | sort -u \ && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMVENDORDIR@/gi-find-deps.sh failed' >&2 && exit 1 |