Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path error compiling #148

Closed
malkavi opened this issue Dec 15, 2014 · 1 comment
Closed

Path error compiling #148

malkavi opened this issue Dec 15, 2014 · 1 comment
Labels

Comments

@malkavi
Copy link
Contributor

malkavi commented Dec 15, 2014

I am compiling the github code using build.opensuse.org and I have this problem:

[   55s] running install_data
[   55s] creating /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/pixmaps
[   55s] copying share/pixmaps/lutris.png -> /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/pixmaps
[   55s] creating /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/icons
[   55s] creating /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/icons/hicolor
[   55s] creating /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/icons/hicolor/scalable
[   55s] creating /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/icons/hicolor/scalable/apps
[   55s] copying share/icons/hicolor/scalable/apps/lutris.svg -> /home/abuild/rpmbuild/BUILDROOT/lutris-unstable-0.3.x0.3.6.3-11.1.x86_64/icons/hicolor/scalable/apps

Example: The icons folder is being copied to the wrong path. 'share' folder is missing for all the data files. See lutris.svg file line above.

@Letiliel Letiliel added the bug label Dec 16, 2014
malkavi added a commit to malkavi/lutris that referenced this issue Dec 17, 2014
os.path.join doesn't allow the second parameter to star with '/'. Fix for lutris#148
I have compiled with this change succesfully.
@malkavi malkavi mentioned this issue Dec 17, 2014
@malkavi
Copy link
Contributor Author

malkavi commented Jan 19, 2015

Fixed with commit "Remove slash at beginning of data path files"

@malkavi malkavi closed this as completed Jan 19, 2015
@lutris lutris locked as resolved and limited conversation to collaborators Feb 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants