mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2025-06-05 06:49:50 +08:00
fix: 修复在任务进行中新增任务会造成软件包损坏
This commit is contained in:
parent
7664235e87
commit
f96564f622
src
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user