aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux-geepee32
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-14 18:22:09 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-14 18:22:09 +0800
commitb1a1d8904139f455ad1eaaac557322ead850ac08 (patch)
tree0120c90d75d16a2535a4ae6b1368e2f072a17069 /emulators/linux-geepee32
parent52b8bc0f43fc2c640074a7c8c7f80061654f990d (diff)
downloadfreebsd-ports-gnome-b1a1d8904139f455ad1eaaac557322ead850ac08.tar.gz
freebsd-ports-gnome-b1a1d8904139f455ad1eaaac557322ead850ac08.tar.zst
freebsd-ports-gnome-b1a1d8904139f455ad1eaaac557322ead850ac08.zip
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.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 $?