abakh / nbsdgames

A package of 18 text-based modern games
Other
208 stars 16 forks source link

Compilation error from AUR #28

Closed Georgie-the-TT closed 2 years ago

Georgie-the-TT commented 2 years ago

Made an account to say I'm getting the following error:

cp: target '//usr/games' is not a directory make: *** [Makefile:60: nbinstall] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

I don't know enough about code to say how to fix it, but would appreciate if someone could tell me what's going on.

Thanks

abakh commented 2 years ago

Sorry for the delay, is it fixed now?

Georgie-the-TT commented 2 years ago

Getting there, Now it's

rm: cannot remove '/home/myhome/.cache/paru/clone/nbsdgames-git/pkg/nbsdgames-git/usr/bin/nbsdgames.c': No such file or directory rm: cannot remove '/home/myhome/.cache/paru/clone/nbsdgames-git/pkg/nbsdgames-git/usr/bin/nbsdgames.desktop': No such file or directory rm: cannot remove '/home/myhome/.cache/paru/clone/nbsdgames-git/pkg/nbsdgames-git/usr/bin/nbsdgames.svg': No such file or directory

No need to apologize for the delay, keep up the great work!

eliasrg commented 2 years ago

Hi, I am the maintainer of the AUR package. The latest problem was with the PKGBUILD and not the makefile. I added these rm commands to clean up after some bugs in an earlier version of the makefile, but since those bugs are fixed now, these commands also needed to be removed. I have just updated the AUR package. Thanks for reporting!

Georgie-the-TT commented 2 years ago

All fixed, thanks for your work!