|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
## 'patch' tool to upgrade those files. Each patch snippet is annotated |
|
|
|
|
## with a short description. |
|
|
|
|
## |
|
|
|
|
## Created on: 20-Sep-2001 |
|
|
|
|
## Created on: 21-Sep-2001 |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
+--------------------------------------------------------------------------- |
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
+--------------------------------------------------------------------------- |
|
|
|
|
Index: build/parsePrep.c |
|
|
|
|
--- build/parsePrep.c 2001/01/15 23:10:04 1.1.1.7 |
|
|
|
|
+++ build/parsePrep.c 2001/09/17 11:09:23 1.3 |
|
|
|
|
+++ build/parsePrep.c 2001/09/21 12:24:12 1.4 |
|
|
|
|
@@ -65,6 +65,7 @@ |
|
|
|
|
struct Source *sp; |
|
|
|
|
rpmCompressedMagic compressed = COMPRESSED_NOT; |
|
|
|
@ -129,6 +129,15 @@ Index: build/parsePrep.c
|
|
|
|
|
t = stpcpy(t, |
|
|
|
|
"\n" |
|
|
|
|
"STATUS=$?\n" |
|
|
|
|
@@ -242,7 +272,7 @@ |
|
|
|
|
"fi"); |
|
|
|
|
} else { |
|
|
|
|
buf[0] = '\0'; |
|
|
|
|
- t = stpcpy( stpcpy(buf, "tar "), taropts); |
|
|
|
|
+ t = stpcpy( stpcpy(stpcpy(buf, tar), " "), taropts); |
|
|
|
|
*t++ = ' '; |
|
|
|
|
t = stpcpy(t, fn); |
|
|
|
|
} |
|
|
|
|
@@ -549,11 +579,14 @@ |
|
|
|
|
|
|
|
|
|
saveLines = splitString(getStringBuf(buf), strlen(getStringBuf(buf)), '\n'); |
|
|
|
|