diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-14 10:22:09 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-14 10:22:09 +0000 |
commit | b1a1d8904139f455ad1eaaac557322ead850ac08 (patch) | |
tree | 0120c90d75d16a2535a4ae6b1368e2f072a17069 /emulators/linux-geepee32 | |
parent | 52b8bc0f43fc2c640074a7c8c7f80061654f990d (diff) | |
download | FreeBSD-ports-b1a1d8904139f455ad1eaaac557322ead850ac08.zip FreeBSD-ports-b1a1d8904139f455ad1eaaac557322ead850ac08.tar.gz |
Moved to scripts/geepee32.sh. This was kind of a mistake but since it's
more consistent with usage elsewhere in the tree I guess we should just
leave it alone.
Diffstat (limited to 'emulators/linux-geepee32')
-rw-r--r-- | emulators/linux-geepee32/files/geepee32.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/linux-geepee32/files/geepee32.sh b/emulators/linux-geepee32/files/geepee32.sh deleted file mode 100644 index ec3ffc1..0000000 --- a/emulators/linux-geepee32/files/geepee32.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# Needed to make symlinks/shortcuts work. -# Wrap geepee32 binary -cd "/usr/local/geepee32//" -./geepee32 $* -exit $? |