diff options
Diffstat (limited to 'APKBUILD.5')
-rw-r--r-- | APKBUILD.5 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,6 @@ .Dd February 13, 2018 .Dt APKBUILD 5 PRM -.Os "Alpine Linux" +.Os "Adelie Linux" .Sh NAME .Nm APKBUILD .Nd metadata and instructions to build a package @@ -535,15 +535,18 @@ utility as distributed by Alpine uses the BusyBox Almquist shell, a part of .Xr busybox 1 that is currently undocumented. It is mostly compliant with -.St -p1003.2 , -with some bash-like extensions. +.St -p1003.2 +with some bash-like extensions, but this cannot be relied upon. The .Xr abuild 1 utility as distributed by Adélie uses the user's preferred /bin/sh, which is typically .Xr bash 1 . +It is highly recommended that package functions comply with +.St -p1003.2 +for maximum compatibility. .Sh SEE ALSO -SPDX license reference (on the Web at <https://spdx.org/licenses/>), +The SPDX license reference (on the Web at <https://spdx.org/licenses/>), .Xr abuild 1 , .Xr newapkbuild 1 , .Xr apk 8 . |