mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/nedit: fix doc
This commit is contained in:
parent
b9e5985371
commit
126e6cff09
@ -48,9 +48,7 @@ package() {
|
||||
|
||||
doc() {
|
||||
cd "$_builddir"
|
||||
install -Dm 0644 doc/nedit.man "$subpkgdir"/usr/share/man/man1/nedit.1
|
||||
install -Dm 0644 doc/nc.man "$subpkgdir"/usr/share/man/man1/nedit-nc.1
|
||||
mkdir -p "$subpkgdir"/usr/share/doc/nedit
|
||||
default_doc
|
||||
for i in README COPYRIGHT ReleaseNotes \
|
||||
doc/nedit.doc doc/nedit.html doc/faq.txt; do
|
||||
install -Dm 0644 $i "$subpkgdir"/usr/share/doc/nedit || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user