# This will install the executor binary for X-Windows in
# /usr/local/bin/executor.  The (unsupported but fun if you can get it to
# work) SVGAlib version of Executor will be installed in
# /usr/local/bin/executor-svga and the executor library in
# /usr/local/lib/executor.  It will also make the System Folder world writable.
# If that is unacceptable, you can set the environment variable SystemFolder
# to point elsewhere and then have separate System Folders for individual users

install:
	tar xpf elinux199p.tar -C /
	chmod a+w "/usr/local/lib/executor/ExecutorVolume/System Folder"
