This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
manpath correction
pull/1/head
radikal
4 years ago
parent
f71b5d69b7
commit
3c2a44a630
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
install.sh
+ 5
- 0
install.sh
View File
@ -14,6 +14,11 @@ echo ""
cp lch /usr/bin/lch
chmod
755
/usr/bin/lch
echo
" Copied lch in /usr/bin"
if
[
-z
"
$MANPATH
"
]
;
then
MANPATH
=
$(
manpath
)
fi
MANDIR
=
${
MANPATH
%%
:
*
}
/man1
cp lch.1
$MANDIR
/lch.1
gzip
$MANDIR
/lch.1
Write
Preview
Loading…
Cancel
Save