Przeglądaj źródła

Linux installer now builds properly on OSX


git-svn-id: http://svn.dmdirc.com/trunk@3534 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 lat temu
rodzic
commit
f282e1da26
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      installer/linux/makeInstallerLinux.sh

+ 1
- 1
installer/linux/makeInstallerLinux.sh Wyświetl plik

@@ -257,7 +257,7 @@ compress $FILES
257 257
 MD5BIN=`which md5sum`
258 258
 AWK=`which awk`
259 259
 getMD5() {
260
-	echo "test" | ${MD5BIN}
260
+	echo "test" | ${MD5BIN} -
261 261
 	if [ $? -eq 0 ]; then
262 262
 		getMD5Linux $@
263 263
 	else

Ładowanie…
Anuluj
Zapisz