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
Fix man page installation
0.6r10^2
pberr
4 years ago
parent
2b0bc75c4d
commit
20be0ddea9
4 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.gitignore
+1
-1
bin/install.sh
+0
-0
debian/postrm
+1
-1
debian/rules
+ 5
- 0
.gitignore
View File
@ -0,0 +1,5 @@
debian/lch/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/lch.substvars
+ 1
- 1
bin/install.sh
View File
@ -26,7 +26,7 @@ if [ -x "$(command -v man)" ]; then
MANDIR
=
${
MANPATH
%%
:
*
}
/man1
mkdir -p
$MANDIR
cp lch.1
$MANDIR
/lch.1
cp
man/
lch.1
$MANDIR
/lch.1
gzip
$MANDIR
/lch.1
chmod
644
$MANDIR
/lch.1.gz
echo
"
Copied manpage in
$MANDIR
"
+ 0
- 0
debian/postrm
View File
+ 1
- 1
debian/rules
View File
@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
dh $@
--builddirectory=./
dh $@
override_dh_usrlocal:
Write
Preview
Loading…
Cancel
Save