diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-07 10:30:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-07 10:30:51 +0000 |
commit | 881465ebbd593b5e564b91b57d2c2e823227951a (patch) | |
tree | 7574608cc5eb636692f0685a885d8a627136b7d4 /media-libs/libsoundtouch | |
parent | Unmask SoundTouch 1.4.0 since SoundTouch upstream replied it's allowed to sym... (diff) | |
download | gentoo-2-881465ebbd593b5e564b91b57d2c2e823227951a.tar.gz gentoo-2-881465ebbd593b5e564b91b57d2c2e823227951a.tar.bz2 gentoo-2-881465ebbd593b5e564b91b57d2c2e823227951a.zip |
Don't use path with dosym and instead just symlink the file since we are working in same directory.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r-- | media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild index aa0b928c2437..e2e3708a7fd1 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild,v 1.2 2009/07/06 09:02:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild,v 1.3 2009/07/07 10:30:51 ssuominen Exp $ EAPI=2 MY_PN=${PN/lib} @@ -46,7 +46,7 @@ src_install() { install || die "emake install failed" # Upstream changed pkgconfig filename - dosym /usr/$(get_libdir)/pkgconfig/${MY_PN}-1.4.pc \ + dosym ${MY_PN}-1.4.pc \ /usr/$(get_libdir)/pkgconfig/${MY_PN}-1.0.pc || die "dosym failed" rm -f "${D}"/usr/share/doc/${PF}/html/COPYING.TXT |