summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2011-05-30 14:24:04 +0000
committerPatrick McLean <chutzpah@gentoo.org>2011-05-30 14:24:04 +0000
commite9c7de0eb9e10eed6301688f5bc9ca7e15438722 (patch)
treedf92c3368af77e39dbf166e769d8ce5325654201 /www-plugins
parentRevert my previous commit (diff)
downloadgentoo-2-e9c7de0eb9e10eed6301688f5bc9ca7e15438722.tar.gz
gentoo-2-e9c7de0eb9e10eed6301688f5bc9ca7e15438722.tar.bz2
gentoo-2-e9c7de0eb9e10eed6301688f5bc9ca7e15438722.zip
Create lib64 nsplugins dir on src_install (bug #369221).
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/nspluginwrapper/ChangeLog6
-rw-r--r--www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/www-plugins/nspluginwrapper/ChangeLog b/www-plugins/nspluginwrapper/ChangeLog
index ade9ae639f4f..67d98bc23505 100644
--- a/www-plugins/nspluginwrapper/ChangeLog
+++ b/www-plugins/nspluginwrapper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/nspluginwrapper
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/ChangeLog,v 1.14 2011/05/26 15:55:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/ChangeLog,v 1.15 2011/05/30 14:24:04 chutzpah Exp $
+
+ 30 May 2011; Patrick McLean <chutzpah@gentoo.org>
+ nspluginwrapper-1.4.0-r1.ebuild:
+ Create lib64 nsplugins dir on src_install (bug #369221).
26 May 2011; Patrick McLean <chutzpah@gentoo.org>
nspluginwrapper-1.4.0-r1.ebuild,
diff --git a/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild b/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild
index bc15357c5442..43c345d911a9 100644
--- a/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild
+++ b/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild,v 1.2 2011/05/26 15:55:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/nspluginwrapper/nspluginwrapper-1.4.0-r1.ebuild,v 1.3 2011/05/30 14:24:04 chutzpah Exp $
EAPI=2
-inherit eutils multilib flag-o-matic
+inherit eutils multilib nsplugins flag-o-matic
DESCRIPTION="Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser"
HOMEPAGE="http://nspluginwrapper.davidben.net/"
@@ -66,6 +66,7 @@ src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dosym "/usr/$(get_libdir)/${PN}/x86_64/linux/npconfig" "/usr/bin/${PN}"
+ keepdir "/usr/$(get_libdir)/${PLUGINS_DIR}"
dodoc NEWS README TODO
}