]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- include macros.build too
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 18 Jan 2006 10:24:13 +0000 (10:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.389

builder.sh

index eac9678a24be8ba9e6080679a2ae98b0da732cb3..9370e5fcb1a720200ed0cfd0524d49921b2293ec 100644 (file)
@@ -338,7 +338,7 @@ rpm_dump_cache=`
        # executed here, while none of them are actually needed
        # what we need from dump is NAME, VERSION, RELEASE and PATCHES/SOURCES.
        # macros.build + macros contained at the time of this writing 70 %() macros
-       local macrofiles="/usr/lib/rpm/macros:$SPECS_DIR/.rpmmacros:~/etc/.rpmmacros:~/.rpmmacros"
+       local macrofiles="/usr/lib/rpm/macros:/usr/lib/rpm/macros.build:$SPECS_DIR/.rpmmacros:~/etc/.rpmmacros:~/.rpmmacros"
        local dump='%{echo:dummy: PACKAGE_NAME %{name} }%dump'
        # FIXME: better ideas than .rpmrc?
        printf 'include:/usr/lib/rpm/rpmrc\nmacrofiles:%s\n' $macrofiles > .rpmrc
This page took 0.05761 seconds and 4 git commands to generate.