diff options
author | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
commit | 5fbc0dd6c39f033ca0cd3a6975f1195b94f113db (patch) | |
tree | 16c2edd35762e65617630c8e5d6026326a68afc7 /rpmrc.in | |
parent | 3fae8324504fc1b4c15d3fe5d3f6846191400b4f (diff) | |
download | rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.gz rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.bz2 rpm-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.zip |
add explicit macrofiles path to rpmrc.
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,5 @@ -# $Id: rpmrc.in,v 2.4 1999/03/20 21:09:52 jbj Exp $ +# $Id: rpmrc.in,v 2.5 1999/03/31 20:38:00 jbj Exp $ + ############################################################# # Please send new entries to rpm-list@redhat.com @@ -182,3 +183,10 @@ buildarch_compat: armv4: armv4b armv4l noarch buildarch_compat: armv4b: noarch buildarch_compat: armv4l: noarch buildarch_compat: parisc: noarch + +############################################################# + +macrofiles: @RPMCONFIGDIR@/macros:@SYSCONFIGDIR@/macros:~/.rpmmacros + +#macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros +#include: @RPMCONFIGDIR@/%{_target}/rpmrc |