fix: 修复在任务进行中新增任务会造成软件包损坏

This commit is contained in:
shenmo 2023-11-01 11:39:27 +08:00
parent 7664235e87
commit f96564f622
2 changed files with 2 additions and 2 deletions
src
DEBIAN
opt/uos-packaging-tools

@ -1,5 +1,5 @@
Package: uos-packaging-tools
Version: 1.0.8.2
Version: 1.0.9
Architecture: all
Maintainer: shenmo<shenmo@spark-app.store>
Installed-Size: 10

@ -1,6 +1,6 @@
#/bin/bash
TMPDIR=/tmp
TMPDIR=$(mktemp -d)
OUTPATH=$(dirname "$1")
for DEBPATH in "$@"