xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 44 forks source link

xbiangit not set #831

Closed CGarces closed 8 years ago

CGarces commented 8 years ago

I'm testing the build system of xBian, but i'm doing something wrong

I have cloned the repository and executed ./run.me prepare with sudo

but $xbiangit is not set... echo $xbiangit not return anything.

mkreisl commented 8 years ago

After first run you have to logout Did you do this?

CGarces commented 8 years ago

Yes, logout and login again I'm using a linux system based on wheezy

mkreisl commented 8 years ago

Hmmm, did this on 4 different machines, was always successful

CGarces commented 8 years ago

Strange... Everithing looks fine

Writing loader file /etc/profile.d/xbiangit.sh Installing Installing done... Successfully initialised. Please logout and login again.

How is set xbiangit env variable?

I see export xbiangit=$(pwd)/run.me at create.buildroot But nothing more.

mkreisl commented 8 years ago

Please look into file /etc/profile.d/xbiangit.sh

CGarces commented 8 years ago

Fixed, was a weird issue with my path

$ echo $PATH .:.:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

Removing the dots at the beginning fix the issue.