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