diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-24 15:08:41 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-24 15:08:41 +0000 |
commit | ab4cb3c6ff0970ed7d79ba42cf5bb1dd95b6cf0a (patch) | |
tree | 70fbd943486d9c47744c5ef388abd062391b65b0 /media-sound | |
parent | Version bump from Subversion, bug 171360 (diff) | |
download | gentoo-2-ab4cb3c6ff0970ed7d79ba42cf5bb1dd95b6cf0a.tar.gz gentoo-2-ab4cb3c6ff0970ed7d79ba42cf5bb1dd95b6cf0a.tar.bz2 gentoo-2-ab4cb3c6ff0970ed7d79ba42cf5bb1dd95b6cf0a.zip |
Err, fix sample directory location for previous commit, share, not lib. Even more multilib friendly now.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/freebirth/files/freebirth-0.3.2-gentoo-2.patch | 2 | ||||
-rw-r--r-- | media-sound/freebirth/freebirth-0.3.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/freebirth/files/freebirth-0.3.2-gentoo-2.patch b/media-sound/freebirth/files/freebirth-0.3.2-gentoo-2.patch index a164d297b2b2..081e8ce74709 100644 --- a/media-sound/freebirth/files/freebirth-0.3.2-gentoo-2.patch +++ b/media-sound/freebirth/files/freebirth-0.3.2-gentoo-2.patch @@ -193,7 +193,7 @@ diff -ur freebirth-0.3.2.orig/raw_wave.h freebirth-0.3.2/raw_wave.h // #define FB_SAMPLES "/usr/local/lib/freebirth" -#define FB_SAMPLES "." -+#define FB_SAMPLES "/usr/lib/freebirth" ++#define FB_SAMPLES "/usr/share/freebirth" /* Local Variables: diff --git a/media-sound/freebirth/freebirth-0.3.2-r1.ebuild b/media-sound/freebirth/freebirth-0.3.2-r1.ebuild index 16d5c1e4aa77..8f8528b76780 100644 --- a/media-sound/freebirth/freebirth-0.3.2-r1.ebuild +++ b/media-sound/freebirth/freebirth-0.3.2-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/media-sound/freebirth/freebirth-0.3.2-r1.ebuild,v 1.1 2007/07/24 15:03:49 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/freebirth/freebirth-0.3.2-r1.ebuild,v 1.2 2007/07/24 15:08:41 drac Exp $ inherit eutils @@ -28,7 +28,7 @@ src_compile() { src_install() { dobin ${PN} - insinto /usr/lib/${PN}/raw + insinto /usr/share/${PN}/raw doins raw/*.raw dodoc CHANGES NEXT_VERSION README doicon xpm/${PN}.xpm |