summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 08:54:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-23 08:54:41 +0000
commit0f6fbb80439eaaf63f71ee615458cfccc4a4f96a (patch)
tree42aafbb3cb422038f87584d742ac8905b0ea57b6 /games-emulation/mupen64-alsasnd
parentclean older ebuild (diff)
downloadhistorical-0f6fbb80439eaaf63f71ee615458cfccc4a4f96a.tar.gz
historical-0f6fbb80439eaaf63f71ee615458cfccc4a4f96a.tar.bz2
historical-0f6fbb80439eaaf63f71ee615458cfccc4a4f96a.zip
prepgamesdirs
Diffstat (limited to 'games-emulation/mupen64-alsasnd')
-rw-r--r--games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild
index 353a575dc89e..ba90842f7152 100644
--- a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild
+++ b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild
@@ -20,7 +20,7 @@ DEPEND=">=media-libs/alsa-lib-0.9.0
qt? ( >=x11-libs/qt-3 )
)"
-S=${WORKDIR}/alsa_plugin
+S="${WORKDIR}/alsa_plugin"
pkg_nofetch() {
einfo "Please visit this page to download the tarball:"
@@ -30,8 +30,8 @@ pkg_nofetch() {
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gentoo.patch
+ cd "${S}"
+ epatch "${FILESDIR}/${PV}-gentoo.patch"
}
src_compile() {
@@ -41,7 +41,8 @@ src_compile() {
}
src_install() {
- exeinto ${GAMES_LIBDIR}/mupen64/plugins
+ exeinto "${GAMES_LIBDIR}/mupen64/plugins"
doexe mupen64_alsasnd-${PV}.so || die "doexe failed"
dodoc README
+ prepgamesdirs
}