You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
make install does not work because of change of directories structure (in build directory). I received following error using make install:
cp build/bin/snapd /usr/local/bin/
cp: cannot stat 'build/bin/snapd': No such file or directory
Makefile:38: recipe for target 'install' failed
make: *** [install] Error 1
make install
does not work because of change of directories structure (in build directory). I received following error usingmake install
:Current tree of build directory:
Earlier tree of build directory:
The text was updated successfully, but these errors were encountered: