mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-12-15 11:32:07 +08:00
Compare commits
3 Commits
abl-9-rele
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cca9d7e7b | |||
|
|
aaedef8b83 | ||
|
|
22a319014d |
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
用轻量级容器工具bubblewrap解决GNU/Linux操作系统中常见的glibc不兼容问题。
|
用轻量级容器工具bubblewrap解决GNU/Linux操作系统中常见的glibc不兼容问题。
|
||||||
|
|
||||||
|
|因为一些原因我不能继续更新这个程序。可以阅读[这篇文章了解ABL的原理和设计细节](https://bbs.deepin.org/zh/post/282284)。|
|
||||||
|
|-|
|
||||||
|
|
||||||
#### 概述
|
#### 概述
|
||||||
|
|
||||||
如果经常在GNU/Linux平台使用非系统软件源内的应用,很容易遇到这样的问题:
|
如果经常在GNU/Linux平台使用非系统软件源内的应用,很容易遇到这样的问题:
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ DEB_INSTALL_SIZE=(`du -s ./deb-contents/`)
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo "create control file..."
|
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 "Version: $GLIBC_VERSION-$ABL_VERSION" >> ./deb-contents/DEBIAN/control
|
||||||
echo "Section: utils" >> ./deb-contents/DEBIAN/control
|
echo "Section: utils" >> ./deb-contents/DEBIAN/control
|
||||||
echo "Priority: optional" >> ./deb-contents/DEBIAN/control
|
echo "Priority: optional" >> ./deb-contents/DEBIAN/control
|
||||||
|
|||||||
Reference in New Issue
Block a user