summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-02 09:38:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-02 09:38:20 +0000
commit96b6ef6d44704baf6a4f3eb98fddb04495dd86c4 (patch)
tree1870669085e59fa9b837c355d4e3728cd16e6d6b /sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild
parentstable x86, bug 192909; adding media-libs/sdl-image and media-libs/sdl-ttf as... (diff)
downloadhistorical-96b6ef6d44704baf6a4f3eb98fddb04495dd86c4.tar.gz
historical-96b6ef6d44704baf6a4f3eb98fddb04495dd86c4.tar.bz2
historical-96b6ef6d44704baf6a4f3eb98fddb04495dd86c4.zip
emake/make cleanup of current ebuild.
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild')
-rw-r--r--sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild b/sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild
index f2f3d6dd71d2..e9faa613ec1b 100644
--- a/sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild
+++ b/sys-fs/device-mapper/device-mapper-1.02.22-r1.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/sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild,v 1.1 2007/10/02 08:12:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.22-r1.ebuild,v 1.2 2007/10/02 09:38:20 robbat2 Exp $
inherit eutils multilib toolchain-funcs
@@ -30,7 +30,7 @@ src_compile() {
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
# move shared libs to /
mv "${D}"/usr/$(get_libdir) "${D}"/ || die "move libdir"