]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- gz playload (perhaps faster)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Sep 2005 22:23:56 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.3

repackage.sh

index b50819c8ce3aa6c854931c59ece0799f41ff0224..35c54a22efb0a8042dada424423e4492c64bacef 100644 (file)
@@ -12,7 +12,7 @@ rpmbuild() {
        # i'd use ./builder to get all the ~/.bcondrc parsing,
     # but builder doesn't understand -bi
 #      ./builder -ncs -nc -nn --opts --short-circuit "$@"
-       /usr/bin/rpmbuild --short-circuit  "$@" || exit
+       /usr/bin/rpmbuild --short-circuit --define '_source_payload w9.gzdio' "$@" || exit
 }
 
 # just create the rpm's if -bb is somewhere in the args
This page took 0.028978 seconds and 4 git commands to generate.