Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=169a860e124352d0a2168e725030584c44c7a383

commit 169a860e124352d0a2168e725030584c44c7a383
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Nov 15 12:34:40 2011 +0100

gnome-scriptlet.sh
*added man to subpkg doc

diff --git a/source/include/gnome-scriptlet.sh 
b/source/include/gnome-scriptlet.sh
index 2e0f4e1..af30867 100644
--- a/source/include/gnome-scriptlet.sh
+++ b/source/include/gnome-scriptlet.sh
@@ -87,6 +87,10 @@ _F_gnome_split_doc()
if [ -d "$Fdestdir/usr/share/doc" ]; then
Fsplit $pkgname-doc usr/share/doc
fi
+       if [ -d "$Fdestdir/usr/share/man" ]; then
+                Fsplit $pkgname-doc usr/share/man
+        fi
+
}
###
# == OVERWRITTEN VARIABLES
@@ -167,7 +171,8 @@ build()
Fmakeinstall
fi
if [ "$_F_gnome_doc" = "y" ]; then
-               _F_gnome_split_doc
+               _F_gnome_split_doc
fi
Fbuild_gnome_scriptlet
}
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to