From 1905c1011c55155916f0224d97423bc0e3e49946 Mon Sep 17 00:00:00 2001 From: Maurizio Cingi Date: Wed, 25 Nov 2015 12:01:51 +0100 Subject: [PATCH] adapted Linux/Makefile and created runepanet.sh.template --- build/Linux/runepanet.sh.template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/Linux/runepanet.sh.template diff --git a/build/Linux/runepanet.sh.template b/build/Linux/runepanet.sh.template new file mode 100644 index 0000000..253dbc8 --- /dev/null +++ b/build/Linux/runepanet.sh.template @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH=libdir:$LD_LIBRARY_PATH +exec exename $*