summaryrefslogtreecommitdiff
path: root/devel/linux-runrev/files
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-24 15:19:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-24 15:19:38 +0000
commita8009f45f00d6e16d1870bbe57d3ef0e7a25bb60 (patch)
tree2bb59da3612cfb2ccc1bc589edba0acf3b618861 /devel/linux-runrev/files
parentadd www/libxpg4-ns (diff)
New port linux-runrev version 1.1.1: Revolution is a rapid application
development environment Submitted by: blackend
Notes
Notes: svn path=/head/; revision=71013
Diffstat (limited to 'devel/linux-runrev/files')
-rw-r--r--devel/linux-runrev/files/wrapper.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/linux-runrev/files/wrapper.sh b/devel/linux-runrev/files/wrapper.sh
new file mode 100644
index 000000000000..0d2727a8f314
--- /dev/null
+++ b/devel/linux-runrev/files/wrapper.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+PREFIX="%%PREFIX%%"
+PROGRAM="${0}"
+
+exec ${PREFIX}/${PROGRAM##*/} "${@}" &