summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-05 20:17:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-05 20:17:14 +0000
commite76f4625e41180b638c713a04ba44224437081ef (patch)
treef32aa83b4103bb5ee31ded6645edaaec25d24764 /sys-cluster
parentmove away from torque libdir. (diff)
downloadgentoo-2-e76f4625e41180b638c713a04ba44224437081ef.tar.gz
gentoo-2-e76f4625e41180b638c713a04ba44224437081ef.tar.bz2
gentoo-2-e76f4625e41180b638c713a04ba44224437081ef.zip
move away from torque libdir.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/torque/torque-1.2.0_p1-r2.ebuild4
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 5e3562997784..56b7efa011d1 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.2 2005/07/05 20:13:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-1.2.0_p1-r2.ebuild,v 1.3 2005/07/05 20:17:14 robbat2 Exp $
inherit flag-o-matic eutils
@@ -68,5 +68,5 @@ src_install() {
# Init scripts come from openpbs-common
#newinitd ${FILESDIR}/pbs-init.d pbs
#newconfd ${FILESDIR}/pbs-conf.d pbs
- dosym /usr/$(get_libdir)/torque/libpbs.a /usr/$(get_libdir)/libpbs.a
+ dosym /usr/$(get_libdir)/pbs/libpbs.a /usr/$(get_libdir)/libpbs.a
}