diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:54:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 08:54:41 +0000 |
commit | 0f6fbb80439eaaf63f71ee615458cfccc4a4f96a (patch) | |
tree | 42aafbb3cb422038f87584d742ac8905b0ea57b6 /games-emulation/mupen64-alsasnd | |
parent | clean older ebuild (diff) | |
download | historical-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.ebuild | 9 |
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 } |