diff options
author | 2004-09-23 08:56:40 +0000 | |
---|---|---|
committer | 2004-09-23 08:56:40 +0000 | |
commit | 39aa4bb8296c2f32dc03a601843e50fb26eb7410 (patch) | |
tree | 1b0a0e068c3c47b262dbaa8baa1fb9c9363f1af6 /games-emulation/mupen64-alsasnd | |
parent | Added /usr/X11R6/bin to PATH and /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH. (diff) | |
download | gentoo-2-39aa4bb8296c2f32dc03a601843e50fb26eb7410.tar.gz gentoo-2-39aa4bb8296c2f32dc03a601843e50fb26eb7410.tar.bz2 gentoo-2-39aa4bb8296c2f32dc03a601843e50fb26eb7410.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 } |