trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

Small fix for OSX #20

Closed santeri closed 11 years ago

santeri commented 11 years ago

gem contents doesn't include the path, so el4r_setup.sh didn't work

nixnuex commented 11 years ago

Yes, one get's

/Library/Ruby/Gems/1.8/gems/xiki-0.6.3 $ sudo bash etc/install/el4r_setup.sh Password: ruby: No such file or directory -- setup.rb (LoadError) ruby: No such file or directory -- el4r-rctool (LoadError) ruby: No such file or directory -- el4r-rctool (LoadError)

on Mac OS X (Mountain Lion). Can easily be fixed by changing line 1 in el4r_setup.sh to cd dirname \gem contents --prefix trogdoro-el4r | grep setup.rb``

trogdoro commented 11 years ago

Thanks. This was added as part of another commit!