Explorar el Código

* Build fix

svn: 877
Bryan Drewery hace 22 años
padre
commit
d351d55a29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build

+ 1 - 1
build

@@ -203,7 +203,7 @@ if [ $nopkg = "0" ]; then
   if test -n "$tmp"; then
     declare -x MALLOC_CHECK_=$tmp
   fi
-  rm -f *$os.$ver${d}
+  rm -f *$os-$ver${d}
   echo "Binaries are now in '${PACKNAME}.$os-$ver${d}.tar.${ext}'."
 fi
   exit 0