Manual.md: path is obvious now

This commit is contained in:
Ypnose 2014-07-05 18:17:01 +02:00
parent e809c91529
commit e6d20e364e
1 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ The optional 4th argument can be used to change the `file name`.
- *vbin()* `vbin <file> [<name>]`
Installs `file` into usr/bin in the pkg `$DESTDIR` with the
Installs `file` into `usr/bin` in the pkg `$DESTDIR` with the
permissions 0755. The optional 2nd argument can be used to change
the `file name`.
@ -183,19 +183,19 @@ The optional 4th argument can be used to change the `file name`.
- *vdoc()* `vdoc <file> [<name>]`
Installs `file` into usr/share/doc/<pkgname> in the pkg
Installs `file` into `usr/share/doc/<pkgname>` in the pkg
`$DESTDIR`. The optional 2nd argument can be used to change the
`file name`.
- *vsconf()* `vsconf <file> [<name>]`
Installs `file` into usr/share/examples/<pkgname> in the pkg
Installs `file` into `usr/share/examples/<pkgname>` in the pkg
`$DESTDIR`. The optional 2nd argument can be used to change the
`file name`.
- *vlicense()* `vlicense <file> [<name>]`
Installs `file` into usr/share/licenses/<pkgname> in the pkg
Installs `file` into `usr/share/licenses/<pkgname>` in the pkg
`$DESTDIR`. The optional 2nd argument can be used to change the
`file name`.