diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 06:28:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-18 06:28:59 +0000 |
commit | 832f9c8fea632d419fc983898a4a554a8df1ef40 (patch) | |
tree | 810f5f02d8379903652a4ca7d74f98fbf603b7b3 /games-emulation/neopocott | |
parent | initial ebuild #38025 (diff) | |
download | historical-832f9c8fea632d419fc983898a4a554a8df1ef40.tar.gz historical-832f9c8fea632d419fc983898a4a554a8df1ef40.tar.bz2 historical-832f9c8fea632d419fc983898a4a554a8df1ef40.zip |
no need for a wrapper
Diffstat (limited to 'games-emulation/neopocott')
-rw-r--r-- | games-emulation/neopocott/neopocott-0.38b.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-emulation/neopocott/neopocott-0.38b.ebuild b/games-emulation/neopocott/neopocott-0.38b.ebuild index 2d8c5e5446e8..9dec26646551 100644 --- a/games-emulation/neopocott/neopocott-0.38b.ebuild +++ b/games-emulation/neopocott/neopocott-0.38b.ebuild @@ -22,6 +22,5 @@ src_install() { exeinto /opt/bin doexe neopocott || die "doexe failed" dodoc doc/* - games_make_wrapper neopocott ./neopocott /opt/bin prepgamesdirs } |