diff --git a/modules/editors/tpad/pbi.conf b/modules/editors/tpad/pbi.conf index e36a35a09..44d2c8265 100644 --- a/modules/editors/tpad/pbi.conf +++ b/modules/editors/tpad/pbi.conf @@ -17,7 +17,7 @@ PBI_MAKEOPTS="" PBI_REQUIRESROOT="NO" # -- Auto-build Configuration Options -- -PBI_BUILDKEY="02" +PBI_BUILDKEY="03" PBI_AB_PRIORITY="00" PBI_AB_NOTMPFS="NO" diff --git a/modules/editors/tpad/scripts/post-install.sh b/modules/editors/tpad/scripts/post-install.sh index 8ee5d9c1f..6fe1d82ef 100644 --- a/modules/editors/tpad/scripts/post-install.sh +++ b/modules/editors/tpad/scripts/post-install.sh @@ -1,3 +1,4 @@ #!/bin/sh sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/tpad.sh +chmod 755 ${PBI_PROGDIRPATH}/bin/tpad.sh