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" ] || \