Megatest

Diff
Login

Differences From Artifact [8a8fb062fe]:

To Artifact [5c57dfa7d1]:


17
18
19
20
21
22
23

24


25
26
17
18
19
20
21
22
23
24

25
26
27
28







+
-
+
+


) > $cfgfile
  echo 
else
  echo "INFO: LD_LIBRARY_PATH not set" >&2
fi

echo "#!/bin/bash" > $target
if [ "$LD_LIBRARY_PATH" != "" ];then
echo "source $prefix/bin/.\$(lsb_release -sr)/cfg.sh" >> $target
  echo "source $prefix/bin/.\$(lsb_release -sr)/cfg.sh" >> $target
fi
echo "exec $prefix/bin/.\$(lsb_release -sr)/$cmd \"\$@\"" >> $target