diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-07-04 12:26:34 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-07-04 12:26:34 +0200 |
commit | 126e6cff091b254c347fbd05f6aa9da362d24bd6 (patch) | |
tree | dd26e4230862aa8731af7f0e8168e4f0eb70194c /community | |
parent | b9e59853712ecfc33dc7100bc82675a1c0a9d6df (diff) | |
download | aports-126e6cff091b254c347fbd05f6aa9da362d24bd6.tar.bz2 aports-126e6cff091b254c347fbd05f6aa9da362d24bd6.tar.xz |
community/nedit: fix doc
Diffstat (limited to 'community')
-rw-r--r-- | community/nedit/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/nedit/APKBUILD b/community/nedit/APKBUILD index 83f71da8ff..151ad1c864 100644 --- a/community/nedit/APKBUILD +++ b/community/nedit/APKBUILD @@ -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 |