]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmpopt.patch
- added --debug and --noclean options
[packages/rpm.git] / rpm-rpmpopt.patch
1 --- rpm-3.0.4/rpmpopt.in.wiget  Wed Feb 23 23:40:53 2000
2 +++ rpm-3.0.4/rpmpopt.in        Wed Mar 22 17:39:52 2000
3 @@ -81,3 +81,12 @@
4  
5  # Build policies enabled from command line. Last policy applies.
6  rpm alias --buildpolicy --define '__spec_install_post @RPMCONFIGDIR@/brp-!#:+'
7 +
8 +# Make RPM build tree
9 +rpm exec --install-build-tree install-build-tree
10 +
11 +# Compiling with debuginfo may be enabled by --debug
12 +rpm alias --debug --define 'debug 1'
13 +
14 +# Don't remove $BUILDROOT if --noclean
15 +rpm alias --noclean --define '__spec_clean_pre exit 0'
16 \ No newline at end of file
This page took 0.036764 seconds and 4 git commands to generate.