mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2025-07-12 08:52:20 +08:00
fix: 修复在任务进行中新增任务会造成软件包损坏
This commit is contained in:
parent
7664235e87
commit
f96564f622
src
@ -1,5 +1,5 @@
|
|||||||
Package: uos-packaging-tools
|
Package: uos-packaging-tools
|
||||||
Version: 1.0.8.2
|
Version: 1.0.9
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: shenmo<shenmo@spark-app.store>
|
Maintainer: shenmo<shenmo@spark-app.store>
|
||||||
Installed-Size: 10
|
Installed-Size: 10
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
TMPDIR=/tmp
|
TMPDIR=$(mktemp -d)
|
||||||
OUTPATH=$(dirname "$1")
|
OUTPATH=$(dirname "$1")
|
||||||
|
|
||||||
for DEBPATH in "$@"
|
for DEBPATH in "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user