summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2006-04-04 06:06:00 +0000
committerTim Shimmin <tes@sgi.com>2006-04-04 06:06:00 +0000
commit6ee0a7a40124eed45b726ee9f04938cf29108fe0 (patch)
treef46a21458ccbbca9e921e66399b5907c4b447f5f /include
parent5f532435649161eacb7c97183f41ba06746b040d (diff)
downloadacl-6ee0a7a40124eed45b726ee9f04938cf29108fe0.tar.gz
fix lib64 installs
Merge of master-melb:xfs-cmds:25657a by kenmcd.
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 19d9dfa..dae6828 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
+# Copyright (c) 2002-2006 Silicon Graphics, Inc. All Rights Reserved.
#
# @configure_input@
#
@@ -27,8 +27,8 @@ PKG_PLATFORM = @pkg_platform@
PKG_DISTRIBUTION= @pkg_distribution@
PKG_BIN_DIR = @bindir@
PKG_SBIN_DIR = @sbindir@
-PKG_LIB_DIR = @libdir@
-PKG_DEVLIB_DIR = @libexecdir@
+PKG_LIB_DIR = @libdir@@libdirsuffix@
+PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@
PKG_INC_DIR = @includedir@
PKG_MAN_DIR = @mandir@
PKG_DOC_DIR = @datadir@/doc/@pkg_name@
@@ -53,8 +53,9 @@ RPM = @rpm@
RPMBUILD = @rpmbuild@
RPM_VERSION = @rpm_version@
-ENABLE_SHARED = @enable_shared@
-ENABLE_GETTEXT = @enable_gettext@
+ENABLE_SHARED = @enable_shared@
+ENABLE_GETTEXT = @enable_gettext@
+
HAVE_ZIPPED_MANPAGES = @have_zipped_manpages@
ifneq "$(findstring $(PKG_PLATFORM), linux gnu gnu/kfreebsd gnu/knetbsd)" ""