summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-10-13 14:39:33 +0200
committerJean Delvare <jdelvare@suse.de>2014-10-13 14:39:33 +0200
commit6a5fcdc24dc47419da4cd688fe7fbfa189c91976 (patch)
tree3211acd94f7b5fc6495d868cf3a11bfcbe563b65
parent1e9f433f693b4ee09ebf3267222b11694448e81f (diff)
downloadquilt-6a5fcdc24dc47419da4cd688fe7fbfa189c91976.tar.gz
inspect: Skip version check
Commit a626fcf8b95f2ff51701a00d65043b9f65207514 (setup: Skip version check) is insufficient for spec file-based setup commands. inspect itself also sources patchfns, so it must also skip the version check explicitly.
-rw-r--r--quilt/scripts/inspect.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/quilt/scripts/inspect.in b/quilt/scripts/inspect.in
index f38004b..1b538d6 100644
--- a/quilt/scripts/inspect.in
+++ b/quilt/scripts/inspect.in
@@ -8,6 +8,9 @@
: ${QUILT_DIR=@QUILT_DIR@}
+# Version check is irrelevant to this script.
+skip_version_check=1
+
if ! [ -r $QUILT_DIR/scripts/patchfns ]
then
echo "Cannot read library $QUILT_DIR/scripts/patchfns" >&2