6 lines
169 B
Diff
6 lines
169 B
Diff
|
--- VentoyPlugson.sh
|
||
|
+++ VentoyPlugson.sh
|
||
|
@@ -27,0 +28,2 @@ elif echo $machine | egrep -q 'x86_64|am
|
||
|
+elif echo $machine | egrep -q 'mips64'; then
|
||
|
+ TOOLDIR=mips64el
|