add wrapper to trick 2.6 kernel

This commit is contained in:
Mario Fetka
2017-11-11 03:29:22 +01:00
parent b28fe30370
commit 67bc9dc2a5
4 changed files with 18 additions and 5 deletions

4
debian/3dm2.wrapper64 vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/3dm2:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
exec linux64 --uname-2.6 /usr/lib/3dm2/3dm2.real $@