1
0
Bryan Drewery 22 жил өмнө
parent
commit
d351d55a29
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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