Fix pkg download don't update ld.so.cache: add ldconfig exec (func shell_update)

This commit is contained in:
2026-09-11 18:01:43 +03:00
parent 42b7e6abd0
commit 1c3a598881
3 changed files with 86 additions and 2 deletions

View File

@ -0,0 +1,9 @@
sane-backends 1.4.0
=
https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/sane-backends-1.4.0.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```