diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:55:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:55:23 +0000 |
commit | 92a0f2da31dddf7ef33bb0e6872b62e6935d06fc (patch) | |
tree | 79df2803ad32d7b5b97029badf721937096080b2 /abuild.in | |
parent | e4e991835e70f0b5510f96f5f637a8f475b2de47 (diff) | |
download | abuild-92a0f2da31dddf7ef33bb0e6872b62e6935d06fc.tar.gz abuild-92a0f2da31dddf7ef33bb0e6872b62e6935d06fc.tar.bz2 abuild-92a0f2da31dddf7ef33bb0e6872b62e6935d06fc.tar.xz abuild-92a0f2da31dddf7ef33bb0e6872b62e6935d06fc.zip |
abuild: move /usr/share/help to -doc subpackage
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1226,7 +1226,7 @@ default_doc() { arch=${arch_doc:-"noarch"} local i - for i in doc man info html sgml licenses gtk-doc ri; do + for i in doc man info html sgml licenses gtk-doc ri help; do if [ -d "$pkgdir/usr/share/$i" ]; then mkdir -p "$subpkgdir/usr/share" mv "$pkgdir/usr/share/$i" "$subpkgdir/usr/share/" |