diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-02 14:03:30 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-02 14:03:30 +0000 |
commit | bc30f8a218c93a65f99fd73de8e1584a285ee70c (patch) | |
tree | ae8f62f81ab8b80eb7f0b9f285924b04a1885bfe /net-dialup | |
parent | Version bump. (diff) | |
download | historical-bc30f8a218c93a65f99fd73de8e1584a285ee70c.tar.gz historical-bc30f8a218c93a65f99fd73de8e1584a285ee70c.tar.bz2 historical-bc30f8a218c93a65f99fd73de8e1584a285ee70c.zip |
install the executable in lib directory and symlink it in bin (program checks this location)
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/tkvoice/Manifest | 8 | ||||
-rw-r--r-- | net-dialup/tkvoice/tkvoice-1.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-dialup/tkvoice/Manifest b/net-dialup/tkvoice/Manifest index 846a1e2b4e01..4864ac438cbb 100644 --- a/net-dialup/tkvoice/Manifest +++ b/net-dialup/tkvoice/Manifest @@ -5,11 +5,11 @@ MD5 39748227e7cb38932a554572c53202d6 ChangeLog 428 MD5 c99f1b70df9a86d474005d8e868aa96a files/digest-tkvoice-1.5 63 MD5 a7e218aeeedf13a4651691c9270dc336 files/tkvoice.desktop 157 MD5 e0c4435acc88bb349155aa0a39407e87 metadata.xml 328 -MD5 8659afcfc746666e902e03db6525c460 tkvoice-1.5.ebuild 1291 +MD5 63d6940aff7f0a138587abf968c263b7 tkvoice-1.5.ebuild 1354 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEL3k2jG8pv1lIUX4RAnFPAJ9A/8juNQVNabqlgACuX+C5NIdE+ACgiUh0 -Ft6C1smYHb3yWdEqG/1YwwA= -=33/b +iD8DBQFEL9nDjG8pv1lIUX4RAm9bAKCW3sfncSjdjkCsY/t3iSxpP3qy1gCg2FI6 +p5V5Rn1k7+fVWrEkpHREIX4= +=E/K3 -----END PGP SIGNATURE----- diff --git a/net-dialup/tkvoice/tkvoice-1.5.ebuild b/net-dialup/tkvoice/tkvoice-1.5.ebuild index ba7741c07e10..e7af43968546 100644 --- a/net-dialup/tkvoice/tkvoice-1.5.ebuild +++ b/net-dialup/tkvoice/tkvoice-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.1 2006/04/02 07:11:32 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/tkvoice/tkvoice-1.5.ebuild,v 1.2 2006/04/02 14:03:30 mrness Exp $ DESCRIPTION="TkVoice - Voice mail and Fax frontend program" HOMEPAGE="http://tkvoice.netfirms.com" @@ -27,8 +27,10 @@ src_unpack() { src_install() { - exeinto /usr/bin + exeinto /usr/lib/${P} doexe ${PN} + dodir /usr/bin + dosym /usr/lib/${P}/${PN} /usr/bin/${PN} insinto /usr/lib/${P}/TCL doins TCL/* insinto /usr/lib/${P}/image |