From 03522510343c0b68ef8f2876518024a6dc77e9a9 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 11 Nov 2013 14:53:06 -0500 Subject: [PATCH] Fix the editors/tpad.sh permissions in the post-install.sh script and rebuild --- modules/editors/tpad/pbi.conf | 2 +- modules/editors/tpad/scripts/post-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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