summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-06-03 10:17:39 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-06-03 10:17:39 +0000
commit8001bc5a515ef57ce578449da50e24e58a753ec7 (patch)
tree7e0795e76e457d3645dd7de5948c455752d3d652 /app-misc
parentCleanup old version (diff)
downloadgentoo-2-8001bc5a515ef57ce578449da50e24e58a753ec7.tar.gz
gentoo-2-8001bc5a515ef57ce578449da50e24e58a753ec7.tar.bz2
gentoo-2-8001bc5a515ef57ce578449da50e24e58a753ec7.zip
Added get_libdir instead of hardcoded lib. Fixes bug 180678.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/mc/ChangeLog5
-rw-r--r--app-misc/mc/mc-4.6.1-r3.ebuild4
-rw-r--r--app-misc/mc/metadata.xml2
3 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog
index 6c1d529ad6b2..3213d4f007c9 100644
--- a/app-misc/mc/ChangeLog
+++ b/app-misc/mc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/mc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.124 2007/05/19 12:07:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/ChangeLog,v 1.125 2007/06/03 10:17:39 philantrop Exp $
+
+ 03 Jun 2007; Wulf C. Krueger <philantrop@gentoo.org> mc-4.6.1-r3.ebuild:
+ Added get_libdir instead of hardcoded lib. Fixes bug 180678.
19 May 2007; Raúl Porcel <armin76@gentoo.org> mc-4.6.1-r3.ebuild:
alpha stable wrt #177316
diff --git a/app-misc/mc/mc-4.6.1-r3.ebuild b/app-misc/mc/mc-4.6.1-r3.ebuild
index 0c6b560c9a52..163d351f4131 100644
--- a/app-misc/mc/mc-4.6.1-r3.ebuild
+++ b/app-misc/mc/mc-4.6.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r3.ebuild,v 1.13 2007/05/19 12:07:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r3.ebuild,v 1.14 2007/06/03 10:17:39 philantrop Exp $
inherit flag-o-matic eutils
@@ -123,7 +123,7 @@ src_install() {
make install DESTDIR="${D}" || die "make install failed"
# install cons.saver setuid, to actually work
- fperms u+s /usr/lib/mc/cons.saver
+ fperms u+s /usr/$(get_libdir)/mc/cons.saver
dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README*
diff --git a/app-misc/mc/metadata.xml b/app-misc/mc/metadata.xml
index 73420b6cf0f0..54494c4bb860 100644
--- a/app-misc/mc/metadata.xml
+++ b/app-misc/mc/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+<email>maintainer-needed@gentoo.org</email>
</maintainer>
</pkgmetadata>