summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-03-04 00:35:12 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-03-04 00:35:12 +0000
commit550fd5cde23c45c1543ed7b1e2e6198aecc62172 (patch)
tree519c07abab991c76ef935d94c97da428c7092e37 /games-emulation/lxdream/lxdream-0.9.ebuild
parentgames-emulation/lxdream: version bump, fix dependencies, put "|| die" where i... (diff)
downloadsunrise-550fd5cde23c45c1543ed7b1e2e6198aecc62172.tar.gz
sunrise-550fd5cde23c45c1543ed7b1e2e6198aecc62172.tar.bz2
sunrise-550fd5cde23c45c1543ed7b1e2e6198aecc62172.zip
games-emulation/lxdream: oops, un-expand variables
svn path=/sunrise/; revision=8014
Diffstat (limited to 'games-emulation/lxdream/lxdream-0.9.ebuild')
-rw-r--r--games-emulation/lxdream/lxdream-0.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/lxdream/lxdream-0.9.ebuild b/games-emulation/lxdream/lxdream-0.9.ebuild
index cb97f749a..bfbe92634 100644
--- a/games-emulation/lxdream/lxdream-0.9.ebuild
+++ b/games-emulation/lxdream/lxdream-0.9.ebuild
@@ -39,7 +39,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc ChangeLog NEWS README || die "dodoc failed"
- newicon pixmaps/dcemu.gif lxdream.gif || die "newicon failed"
- make_desktop_entry lxdream Lxdream lxdream || die "make_desktop_entry failed"
+ newicon pixmaps/dcemu.gif ${PN}.gif || die "newicon failed"
+ make_desktop_entry ${PN} ${PN/l/L} ${PN} || die "make_desktop_entry failed"
prepgamesdirs
}