]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- no need for source payload here
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 1 Nov 2006 22:27:38 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compile.sh -> 1.3

compile.sh

index 6faa9c8e41f72db1b1074bdc9be7ad111f027f81..90370fed6ba2037e729b1479c1f2223aacb5354a 100644 (file)
@@ -8,7 +8,7 @@ set -e
 
 rpmbuild() {
        set -x
-       /usr/bin/rpmbuild ${TARGET:+--target $TARGET} $BCONDS --short-circuit --define '_source_payload w9.gzdio' "$@" || exit
+       /usr/bin/rpmbuild ${TARGET:+--target $TARGET} $BCONDS --short-circuit "$@" || exit
 }
 
 specfile="${1%.spec}.spec"; shift
This page took 0.040987 seconds and 4 git commands to generate.