forked from pool/quilt
Takashi Iwai
a5de1023e1
- Fix the series file consistency checker - Many fixes and improvements to the setup command - New option --fast for quilt setup (hackweek project) OBS-URL: https://build.opensuse.org/request/show/264454 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=92
19 lines
487 B
Diff
19 lines
487 B
Diff
From: Jean Delvare <jdelvare@suse.de>
|
|
Subject: inspect: Comment update
|
|
Upstream: Committed (40f5bfbbd4f0a3f9e74c2129a142aab7f6f8ac14)
|
|
---
|
|
quilt/scripts/inspect.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/quilt/scripts/inspect.in
|
|
+++ b/quilt/scripts/inspect.in
|
|
@@ -150,7 +150,7 @@ done > $tmpdir/md5sums
|
|
echo >&4
|
|
shopt -u nullglob
|
|
|
|
-# wrapper script for patch and tar
|
|
+# wrapper script for patch, tar and unzip
|
|
cat <<-'EOF' > $tmpdir/bin/wrapper
|
|
#! @BASH@
|
|
|