2025-08-26 04:41:14 +03:00
|
|
|
dash 0.5.12
|
|
|
|
|
=
|
|
|
|
|
http://deb.debian.org/debian/pool/main/d/dash/dash_0.5.12.orig.tar.gz
|
|
|
|
|
|
|
|
|
|
``` sh *** build ***
|
|
|
|
|
./configure \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-shared \
|
2026-03-27 13:13:52 +03:00
|
|
|
--prefix=/pkg/gnu/dash
|
|
|
|
|
make -j$(nproc)
|
|
|
|
|
make install
|
2025-08-26 04:41:14 +03:00
|
|
|
ln /pkg/gnu/dash/bin/dash /pkg/gnu/dash/bin/sh
|
|
|
|
|
```
|