diff options
author | Chris Reffett <creffett@gentoo.org> | 2015-08-24 17:10:24 -0400 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2015-08-24 17:10:24 -0400 |
commit | 565baebc8eb5f5a00f8beb4f2558020255b5731d (patch) | |
tree | d656f98efb5e4aa589bd02f3e994038750bc6625 /app-pda | |
parent | Revert DOCTYPE SYSTEM https changes in metadata.xml (diff) | |
download | gentoo-565baebc8eb5f5a00f8beb4f2558020255b5731d.tar.gz gentoo-565baebc8eb5f5a00f8beb4f2558020255b5731d.tar.bz2 gentoo-565baebc8eb5f5a00f8beb4f2558020255b5731d.zip |
app-pda/gnupod: QA: Replace einstall with emake
Gentoo-Bug: 521424
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gnupod/gnupod-0.99.8-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-pda/gnupod/gnupod-0.99.8-r1.ebuild b/app-pda/gnupod/gnupod-0.99.8-r1.ebuild index 3f476c8a91fb..ae39be9aac00 100644 --- a/app-pda/gnupod/gnupod-0.99.8-r1.ebuild +++ b/app-pda/gnupod/gnupod-0.99.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,15 +38,16 @@ src_configure() { econf } +src_compile() { + :; +} + src_install() { perl_set_version - sed -i -e "s:\$INC\[0\]/\$modi:${D}${VENDOR_ARCH}/\$modi:g" \ + sed -i -e "s:\$INC\[0\]/\$modi:${VENDOR_ARCH}/\$modi:g" \ tools/gnupod_install.pl || die - dodir /usr/bin - dodir ${VENDOR_ARCH}/GNUpod - dodir /usr/share/info - einstall + emake DESTDIR="${D}" install dodoc CHANGES README* doc/gnupodrc.example doc/gnutunesdb.example dohtml doc/gnupod.html |