]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- skip automatic rm -rf in %install
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jan 2008 00:57:27 +0000 (00:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    repackage.sh -> 1.19

repackage.sh

index 75d3361941120066059a1c0aeebf5a869eaf66d6..a1961c9a13bcf98c0a49428b93d95e546f1e5eaf 100644 (file)
@@ -25,6 +25,7 @@ rpmbuild() {
        /usr/bin/rpmbuild \
                --define '_source_payload w9.gzdio' \
                --define '__spec_clean_body %{nil}' \
+               --define '__spec_install_pre %___build_pre' \
                --define 'clean %%clean \
                exit 0%{nil}' \
                --define 'check %%check \
This page took 0.033667 seconds and 4 git commands to generate.