diff options
author | P. J. McDermott <pehjota> | 2014-12-01 19:33:51 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-12-01 19:33:51 (EST) |
commit | 313163f11529061ae853046b8540826b5842f5f8 (patch) | |
tree | 7ec7ec0d770c322be461675135eb9a129fce1f3a /dev/plat | |
parent | 1e1257eacac7f1ba594a2650255cde49a5fe47f4 (diff) |
dev/plat/simpler-porting: Add missing slash
Diffstat (limited to 'dev/plat')
-rw-r--r-- | dev/plat/simpler-porting.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/plat/simpler-porting.mdwn b/dev/plat/simpler-porting.mdwn index ccdae34..8842db5 100644 --- a/dev/plat/simpler-porting.mdwn +++ b/dev/plat/simpler-porting.mdwn @@ -101,7 +101,7 @@ Implementation: Maintaining Platform Ports The `opkg` binary package provides a `/usr/bin/opkg` wrapper script that combines configuration files under `/etc/opkg/` to form a temporary -configuration file for `usr/bin/opkg-cl`. It also provides a new +configuration file for `/usr/bin/opkg-cl`. It also provides a new `/usr/bin/opkg-feed` script (similar to Ubuntu's add-apt-repository) that manages `src` options in opkg configuration files, e.g. to add a new packages feed. Example usage, for adding the feed for the `dev/platconf` suite, `src` |