fix kylin-get-udeb
This commit is contained in:
parent
3d5347f05f
commit
cd20b84248
|
@ -1,3 +1,12 @@
|
|||
live-build (3.0~a57-1ubuntu25k30) utopic; urgency=medium
|
||||
|
||||
[ 谢炜 ]
|
||||
* fix kylin-get-udeb
|
||||
|
||||
[ Xie Wei ]
|
||||
|
||||
-- 谢炜 <xiewei@kylinos.cn> Mon, 11 Sep 2017 10:47:08 +0800
|
||||
|
||||
live-build (3.0~a57-1ubuntu25k29) utopic; urgency=medium
|
||||
|
||||
[ 谢炜 ]
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
From: =?utf-8?q?=E8=B0=A2=E7=82=9C?= <xiewei@kylinos.cn>
|
||||
Date: Mon, 11 Sep 2017 10:21:27 +0800
|
||||
Subject: fix-kylin-get-udeb
|
||||
|
||||
---
|
||||
scripts/build/lb_binary_debian-installer | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
|
||||
index 951552e..7405320 100755
|
||||
--- a/scripts/build/lb_binary_debian-installer
|
||||
+++ b/scripts/build/lb_binary_debian-installer
|
||||
@@ -642,7 +642,7 @@ then
|
||||
mv chroot/root/binary.udeb ./
|
||||
cd binary.udeb
|
||||
UDEBS=""
|
||||
- for FILE in "$(ls *.udeb)"
|
||||
+ for FILE in *.udeb
|
||||
do
|
||||
SOURCE="$(dpkg -f ${FILE} Source | awk '{ print $1 }')"
|
||||
if [ -z "${SOURCE}" ]
|
|
@ -56,3 +56,4 @@ add-zesty.patch
|
|||
strip-pool-for-di.patch
|
||||
0057-kylin-binary-trans-tbl.patch
|
||||
0058-kylin-get-udeb.patch
|
||||
0059-fix-kylin-get-udeb.patch
|
||||
|
|
Loading…
Reference in New Issue