2010-07-26 23:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/postinst.hbs
    ! Typo fixed.
This commit is contained in:
Viktor Szakats
2010-07-26 21:18:13 +00:00
parent aa960ef3c0
commit 3c065a8c00
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-26 23:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/postinst.hbs
! Typo fixed.
2010-07-26 22:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- mpkg_deb.sh
- Deleted wrapper script. Pls use the method documented in

View File

@@ -230,7 +230,7 @@ PROCEDURE Main()
cSH_Script += 'exit \$?'
cSH_Script += 'HB_INST_EOF'
hb_MemoWrite( tmp, cSH_Script + hb_MemoRead( cTar_Path ) )
hb_MemoWrit( tmp, cSH_Script + hb_MemoRead( cTar_Path ) )
hb_FGetAttr( tmp, @nAttr )
hb_FSetAttr( tmp, hb_bitOr( nAttr, HB_FA_XOTH ) )