Skip to content

Commit

Permalink
Fix the editors/tpad.sh permissions in the post-install.sh script and…
Browse files Browse the repository at this point in the history
… rebuild
  • Loading branch information
Ken Moore committed Nov 11, 2013
1 parent 25b176e commit 0352251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/editors/tpad/pbi.conf
Expand Up @@ -17,7 +17,7 @@ PBI_MAKEOPTS=""
PBI_REQUIRESROOT="NO" PBI_REQUIRESROOT="NO"


# -- Auto-build Configuration Options -- # -- Auto-build Configuration Options --
PBI_BUILDKEY="02" PBI_BUILDKEY="03"
PBI_AB_PRIORITY="00" PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO" PBI_AB_NOTMPFS="NO"


Expand Down
1 change: 1 addition & 0 deletions modules/editors/tpad/scripts/post-install.sh
@@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh


sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/tpad.sh sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/tpad.sh
chmod 755 ${PBI_PROGDIRPATH}/bin/tpad.sh

0 comments on commit 0352251

Please sign in to comment.