[ooo-build-commit] .: bin/piece
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Sep 17 08:42:45 PDT 2010
bin/piece/install-generic | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bacad1f8fe9eb1725f2696cae1e83ce9200fdf3e
Author: Petr Mladek <pmladek at walk.suse.cz>
Date: Fri Sep 17 17:41:28 2010 +0200
Fix permissions of installed .hxx files in the split build
diff --git a/bin/piece/install-generic b/bin/piece/install-generic
index 162b666..e883862 100755
--- a/bin/piece/install-generic
+++ b/bin/piece/install-generic
@@ -105,6 +105,7 @@ find $DEST -depth -name ".svn" -type d -exec rm -rf {} \;
find $DEST -name "*.orig" -exec rm -rf {} \;
find $DEST -type f -exec chmod go-w {} \;
find $DEST -name "*.h" -exec chmod a-x {} \;
+find $DEST -name "*.hxx" -exec chmod a-x {} \;
# custom post install stuff
custom_post_install="$OO_TOOLSDIR/piece/post-inst-$piece"
More information about the ooo-build-commit
mailing list