From 90ecce3331ed682903ac0ea300491e8487fb125c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 24 Sep 2009 16:43:03 +0000 Subject: [PATCH] 2009-09-24 18:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.sh ! Commented messing around with include attribs. I guess this should only be done if HB_INSTALL_PREFIX is some temp area where we assemble distro package. Fixme. --- harbour/ChangeLog | 7 +++++++ harbour/bin/postinst.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ad37f3817c..ad84a6cd26 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-24 18:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/postinst.sh + ! Commented messing around with include attribs. + I guess this should only be done if HB_INSTALL_PREFIX is some + temp area where we assemble distro package. + Fixme. + 2009-09-24 17:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * Makefile * utils/Makefile diff --git a/harbour/bin/postinst.sh b/harbour/bin/postinst.sh index 1468cdcf9c..6f37a91efc 100755 --- a/harbour/bin/postinst.sh +++ b/harbour/bin/postinst.sh @@ -40,7 +40,7 @@ fi . ${hb_root}/bin/hb-func.sh -chmod 644 $HB_INC_INSTALL/* +# chmod 644 $HB_INC_INSTALL/* if [ "$HB_COMPILER" = "gcc" ] || \ [ "$HB_COMPILER" = "mingw" ] || \