]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- avoid %clean contents to expand to previous %section
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Aug 2007 12:30:59 +0000 (12:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.15

repackage.sh

index fd165bda5a61499496aff887d48fb8eceee0d608..a1e2c022f86bfa998881475a695fd08c4076f10f 100644 (file)
@@ -38,4 +38,4 @@ BCONDS=$(./builder -nn -ncs --show-bcond-args $specfile)
 if [[ *$@* != *-bb* ]]; then
        rpmbuild -bi "$@"
 fi
-rpmbuild -bb --define 'clean %{nil}' "$@"
+rpmbuild -bb --define 'clean exit 0; %{nil}' "$@"
This page took 0.0556 seconds and 4 git commands to generate.