Manual.md: path is obvious now
This commit is contained in:
parent
e809c91529
commit
e6d20e364e
1 changed files with 4 additions and 4 deletions
|
@ -168,7 +168,7 @@ The optional 4th argument can be used to change the `file name`.
|
||||||
|
|
||||||
- *vbin()* `vbin <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
|
permissions 0755. The optional 2nd argument can be used to change
|
||||||
the `file name`.
|
the `file name`.
|
||||||
|
|
||||||
|
@ -183,19 +183,19 @@ The optional 4th argument can be used to change the `file name`.
|
||||||
|
|
||||||
- *vdoc()* `vdoc <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
|
`$DESTDIR`. The optional 2nd argument can be used to change the
|
||||||
`file name`.
|
`file name`.
|
||||||
|
|
||||||
- *vsconf()* `vsconf <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
|
`$DESTDIR`. The optional 2nd argument can be used to change the
|
||||||
`file name`.
|
`file name`.
|
||||||
|
|
||||||
- *vlicense()* `vlicense <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
|
`$DESTDIR`. The optional 2nd argument can be used to change the
|
||||||
`file name`.
|
`file name`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue