CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.85k stars 536 forks source link

Cannot copy nupkg files to /opt/cosmos while building #3000

Closed winbamstudios closed 3 weeks ago

winbamstudios commented 3 weeks ago

Describe the problem A clear and concise description of where the installation is going wrong.

Steps of installation up to now Steps to reproduce the behavior:

  1. Compile COSMOS
  2. Install COSMOS with "sudo make install"

Expected behavior It should have found the files and copied the files to /opt/cosmos

Logs Please post the entire log given by Cosmos. For long logs please use pastebin. (sudo make install log, Cosmos compiled fine)

Installing to /opt/cosmos
cp: cannot stat '/home/will/Cosmos/../IL2CPU/artifacts/Release/nupkg/*.nupkg': No such file or directory
make: *** [Makefile:112: install] Error 1

Setup (please complete the following information):

Additional context No other context.

winbamstudios commented 3 weeks ago

Update: Patched it by changing the "Release" in the install section of the makefile to "Debug."