Temp turn off -p "foo foo foo" in CHANGELOG.

Forgot to turn on rmsource.

CVS patchset: 1958
CVS date: 1998/01/13 19:53:07
This commit is contained in:
marc 1998-01-13 19:53:07 +00:00
parent 161b80d7eb
commit 9adb4d81fd
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
- merged in large rewrite of build code, which includes the following
changes:
- all scripts can now take -p <prog>
- all scripts can now take -p "<prog> <arg>..."
- more strict about %package placement and use of main package
preamble
- %attr(mode, user, group [, dirmode])

1
rpm.c
View File

@ -712,6 +712,7 @@ int main(int argc, char ** argv) {
if (bigMode != MODE_UNKNOWN && bigMode != MODE_BUILD)
argerror(_("only one major mode may be specified"));
bigMode = MODE_BUILD;
rmsource = 1;
break;
case GETOPT_RECOMPILE: