diff options
-rw-r--r-- | dev/pkg/opkg/static.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/pkg/opkg/static.mdwn b/dev/pkg/opkg/static.mdwn index a81e810..deb3206 100644 --- a/dev/pkg/opkg/static.mdwn +++ b/dev/pkg/opkg/static.mdwn @@ -45,8 +45,9 @@ would continue to depend on `libopkg.1`, while `opkg-static` would not. This allows platforms *without* other libopkg-using applications to use opkg without libopkg's symbols and allows platforms *with* other libopkg-using applications to share libopkg between multiple executables. This however comes at the -expense of slightly increased package archive size (and, more importantly, the -size of package feed index files cached on ProteanOS systems). +expense of slightly increased package archive size (and, more importantly, +slight increases in the sizes of package feed index files cached on ProteanOS +systems). An alternative to the naming of the `opkg` and `opkg-static` binary package names is to use `opkg-dynamic` and `opkg`, respectively. |