diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-14 23:21:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-14 23:21:12 -0700 |
commit | 68c522f4ad4ff8b5e546d22a99f5403443ceea53 (patch) | |
tree | 96690208bfee8626913017b8c743956b3ba2afd3 /tome4 | |
parent | Use /usr/lib instead of /opt (diff) | |
download | tome4-68c522f4ad4ff8b5e546d22a99f5403443ceea53.tar.xz |
Changed install path to a more normal one.
Diffstat (limited to 'tome4')
-rwxr-xr-x | tome4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/sh -cd "/usr/bin/tome4" +cd "/usr/lib/tome4" ./t-engine & exit |