Ver código fonte

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 anos atrás
pai
commit
f282e1da26
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      installer/linux/makeInstallerLinux.sh

+ 1
- 1
installer/linux/makeInstallerLinux.sh Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar