3 Commits

Author SHA1 Message Date
9cca9d7e7b !1 Fix: truncate control file for repeated runs ~~feat: add Provide field in deb~~
Merge pull request !1 from ZhongYic/master
2025-05-18 08:02:06 +00:00
zhongyic00
aaedef8b83 fix: truncate on control file creation for repeated runs. 2025-05-17 19:08:56 +08:00
从天空
22a319014d update README.md.
Signed-off-by: 从天空 <tic2929014466@aliyun.com>
2024-12-13 00:08:58 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
用轻量级容器工具bubblewrap解决GNU/Linux操作系统中常见的glibc不兼容问题。
|因为一些原因我不能继续更新这个程序。可以阅读[这篇文章了解ABL的原理和设计细节](https://bbs.deepin.org/zh/post/282284)。|
|-|
#### 概述
如果经常在GNU/Linux平台使用非系统软件源内的应用很容易遇到这样的问题

View File

@@ -176,7 +176,7 @@ DEB_INSTALL_SIZE=(`du -s ./deb-contents/`)
echo
echo "create control file..."
echo "Package: additional-base-lib" >> ./deb-contents/DEBIAN/control
echo "Package: additional-base-lib" > ./deb-contents/DEBIAN/control
echo "Version: $GLIBC_VERSION-$ABL_VERSION" >> ./deb-contents/DEBIAN/control
echo "Section: utils" >> ./deb-contents/DEBIAN/control
echo "Priority: optional" >> ./deb-contents/DEBIAN/control