SHA256
1
0
forked from pool/quilt
quilt/quilt-stable-rebuild.patch
Jean Delvare 642aea1c14 - update to 0.60
o Includes a rewrite of backup-files from C to bash, making it
    possible to turn quilt into a noarch package.
  o Includes several fixes to the mail command.
  o Obsoletes fix-relative-import.patch.
  o Obsoletes grep-support-spaces.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=57
2012-03-01 20:13:06 +00:00

20 lines
540 B
Diff

---
Makefile.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--- quilt-0.60.orig/Makefile.in
+++ quilt-0.60/Makefile.in
@@ -215,8 +215,11 @@ doc/reference : bin/quilt $(QUILT:%=quil
@unset LANG LC_MESSAGES LC_CTYPE LC_ALL; \
for i in $(QUILT); \
do \
+ echo $$i; \
+ done | sort | while read j ; \
+ do \
echo; \
- QUILT_PC=.fake_pc quilt $$i -h; \
+ QUILT_PC=.fake_pc quilt $$j -h; \
echo; \
done | \
$(SED) -e 's/\$$EDITOR ([^)]*)/$$EDITOR/' \