summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-14 10:22:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-14 10:22:09 +0000
commit01a3007158dad074ce87b0dce1a9c54e5c1305ce (patch)
treeabe42e122422349977443f4ccf2dca29c75e3229 /emulators
parentUpdate to version 1.5. Changes from 1.4 are: (diff)
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.
Notes
Notes: svn path=/head/; revision=100903
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux-geepee32/files/geepee32.sh6
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 ec3ffc1fafff..000000000000
--- 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 $?