From e6d20e364e4b68e0f649d2e29dea36aabe84c47b Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 5 Jul 2014 18:17:01 +0200 Subject: [PATCH] Manual.md: path is obvious now --- Manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Manual.md b/Manual.md index 2a50db62cd1..ae159dc5957 100644 --- a/Manual.md +++ b/Manual.md @@ -168,7 +168,7 @@ The optional 4th argument can be used to change the `file name`. - *vbin()* `vbin []` - 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 []` - Installs `file` into usr/share/doc/ in the pkg + Installs `file` into `usr/share/doc/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`. - *vsconf()* `vsconf []` - Installs `file` into usr/share/examples/ in the pkg + Installs `file` into `usr/share/examples/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`. - *vlicense()* `vlicense []` - Installs `file` into usr/share/licenses/ in the pkg + Installs `file` into `usr/share/licenses/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`.