diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-08-27 00:19:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-08-27 00:19:28 +0000 |
commit | 57fe4cfb66e0c7f2d77b0657040a3af5f75833f3 (patch) | |
tree | 76e7d48969303c85bf66d354c68528103017bfc5 /games-rpg/vendetta-online-bin/files | |
parent | Update gcc 4.3 patch borrowed from mandriva, fixing bug #230251. Fix some quo... (diff) | |
download | gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.tar.gz gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.tar.bz2 gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.zip |
Version bump, bug #235418
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'games-rpg/vendetta-online-bin/files')
-rw-r--r-- | games-rpg/vendetta-online-bin/files/vendetta | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games-rpg/vendetta-online-bin/files/vendetta b/games-rpg/vendetta-online-bin/files/vendetta new file mode 100644 index 000000000000..00299f5ba8e5 --- /dev/null +++ b/games-rpg/vendetta-online-bin/files/vendetta @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ ! -e ~/.vendetta ] ; then + cp -vR "DATADIR"/install ~/.vendetta +fi + +exec "DATADIR"/vendetta |