add use the linux32/64 uname wrapper

This commit is contained in:
Mario Fetka
2017-11-11 19:43:11 +01:00
parent 032c5d9b01
commit 3da0f823de
3 changed files with 7 additions and 3 deletions

4
debian/arcconf.wrapper64 vendored Normal file
View File

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