diff options
author | 2005-07-05 20:13:07 +0000 | |
---|---|---|
committer | 2005-07-05 20:13:07 +0000 | |
commit | 105ec3d813f22fa6e99b62ba801348acc4ade9db (patch) | |
tree | 2c5fa387dedfc9e9e55a49919ac311a15d0d8af5 /sys-cluster/torque/torque-1.2.0_p1-r2.ebuild | |
parent | Revision bump for new virtual/pbs and shared init scripts. Fix libpbs location. (diff) | |
download | historical-105ec3d813f22fa6e99b62ba801348acc4ade9db.tar.gz historical-105ec3d813f22fa6e99b62ba801348acc4ade9db.tar.bz2 historical-105ec3d813f22fa6e99b62ba801348acc4ade9db.zip |
move away from torque libdir.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-cluster/torque/torque-1.2.0_p1-r2.ebuild')
-rw-r--r-- | sys-cluster/torque/torque-1.2.0_p1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild b/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild index d2f5276e4330..5e3562997784 100644 --- a/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild +++ b/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild,v 1.1 2005/07/05 20:03:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild,v 1.2 2005/07/05 20:13:07 robbat2 Exp $ inherit flag-o-matic eutils @@ -51,7 +51,7 @@ src_compile() { $(use_enable doc docs) \ --prefix=/usr \ --mandir=/usr/share/man \ - --libdir="\${exec_prefix}/$(get_libdir)/torque" \ + --libdir="\${exec_prefix}/$(get_libdir)/pbs" \ --enable-server \ --enable-mom \ --enable-clients \ |