summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-02-15 18:24:47 +0000
committerChuck Short <zul@gentoo.org>2004-02-15 18:24:47 +0000
commit140383c0a8875f66b7adc26f180be67c027fd48c (patch)
tree26b843e1d1903bb4910b596a90859a1d56b5c705 /net-im/silc-client
parentfixing dnotify problem in 2.6.2-r1, added squashfs support and marked stable ... (diff)
downloadgentoo-2-140383c0a8875f66b7adc26f180be67c027fd48c.tar.gz
gentoo-2-140383c0a8875f66b7adc26f180be67c027fd48c.tar.bz2
gentoo-2-140383c0a8875f66b7adc26f180be67c027fd48c.zip
Perl modules was not being installed into the right directories, closes #40610.
Diffstat (limited to 'net-im/silc-client')
-rw-r--r--net-im/silc-client/ChangeLog5
-rw-r--r--net-im/silc-client/silc-client-1.0.1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/net-im/silc-client/ChangeLog b/net-im/silc-client/ChangeLog
index 1eeaaf1e8642..48b091a92d61 100644
--- a/net-im/silc-client/ChangeLog
+++ b/net-im/silc-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/silc-client
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.19 2004/02/09 00:06:01 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/ChangeLog,v 1.20 2004/02/15 18:24:47 zul Exp $
+
+ 14 Feb 2004; Chuck Short <zul@gentoo.org> silc-client-1.0.1.ebuild:
+ Perl modules was not being installed into the right directories. Closes #40610.
08 Feb 2004; <absinthe@gentoo.org> silc-client-1.0.1.ebuild:
added amd64 keyword.
diff --git a/net-im/silc-client/silc-client-1.0.1.ebuild b/net-im/silc-client/silc-client-1.0.1.ebuild
index c7a1739c07a5..0b1a7837f14b 100644
--- a/net-im/silc-client/silc-client-1.0.1.ebuild
+++ b/net-im/silc-client/silc-client-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.0.1.ebuild,v 1.3 2004/02/09 00:06:01 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-1.0.1.ebuild,v 1.4 2004/02/15 18:24:47 zul Exp $
DESCRIPTION="IRSSI-based text client for Secure Internet Live Conferencing"
SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2"
@@ -45,10 +45,10 @@ src_install() {
R1="s/installsitearch='//"
R2="s/';//"
perl_sitearch="`perl -V:installsitearch | sed -e ${R1} -e ${R2}`"
- myflags="${myflags} INSTALLPRIVLIB=${D}/usr/lib"
- myflags="${myflags} INSTALLARCHLIB=${D}/${perl_sitearch}"
- myflags="${myflags} INSTALLSITELIB=${D}/${perl_sitearch}"
- myflags="${myflags} INSTALLSITEARCH=${D}/${perl_sitearch}"
+ myflags="${myflags} INSTALLPRIVLIB=/usr/lib"
+ myflags="${myflags} INSTALLARCHLIB=${perl_sitearch}"
+ myflags="${myflags} INSTALLSITELIB=${perl_sitearch}"
+ myflags="${myflags} INSTALLSITEARCH=${perl_sitearch}"
fi
make DESTDIR=${D} ${myflags} install || die "make install failed"