XBMC-0.0.x updates not Executables ?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Dudeman Offline
Junior Member
Posts: 49
Joined: Jan 2008
Reputation: 0
Post: #1
When I download one of the the new binary updates (e.g. XBMC-0.0.6.gz), the file I get (after extraction) is NOT a Unix executable file. It shows as a plain text document.

Does anyone know what's going on and how to use it?


Dudeman
find quote
Dudeman Offline
Junior Member
Posts: 49
Joined: Jan 2008
Reputation: 0
Post: #2
Looks like I just answered my own question.

It turns out that when I download the files, they loose their permissions. All I have to do is open up a Terminal windows and type:

chmod +x XBMC-0.0.4 (or whatever the revision number is)

this sets the file as a Unix executable, and then I can run it.

Dudeman
find quote