# This will install the executor binary in /usr/local/bin/executor
# 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 elinux199o.tar -C /
	chmod a+w "/usr/local/lib/executor/ExecutorVolume/System Folder"
