summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-01-22 23:03:40 +0000
committerjbj <devnull@localhost>2004-01-22 23:03:40 +0000
commitfc0bc5e2e469a6c97245487a7c7dec05ee446724 (patch)
tree4b546dd9cf5b09158f96963098b82d7652b03908 /macros.in
parentb8988af3c5664e539768f94e72718b64dc9da703 (diff)
downloadrpm-fc0bc5e2e469a6c97245487a7c7dec05ee446724.tar.gz
rpm-fc0bc5e2e469a6c97245487a7c7dec05ee446724.tar.bz2
rpm-fc0bc5e2e469a6c97245487a7c7dec05ee446724.zip
- other perl variables (#114121).
CVS patchset: 7083 CVS date: 2004/01/22 23:03:40
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 1cab4b978..3d6c64f76 100644
--- a/macros.in
+++ b/macros.in
@@ -1,7 +1,7 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
-# $Id: macros.in,v 1.144 2003/12/28 18:27:40 jbj Exp $
+# $Id: macros.in,v 1.145 2004/01/22 23:03:40 jbj Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ -1108,7 +1108,11 @@ done \
#
%requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%perl_sitearch %(eval "`perl -V:installsitearch`"; echo $installsitearch)
+%perl_sitelib %(eval "`perl -V:installsitelib`"; echo $installsitelib)
+%perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
+%perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%perl_archlib %(eval "`perl -V:installarchlib`"; echo $installarchlib)
+%perl_privlib %(eval "`perl -V:installprivlib`"; echo $installprivlib)
#------------------------------------------------------------------------------
# arch macro for all Intel i?86 compatibile processors