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 Mar 3, 2022. It is now read-only.
Steps to reproduce
OS: macOS Mojave 10.14.6 (18G95) (Le MacBook Pro (Retina, 13 pouces, mi-2014))
cmake .#If you want to build in Debug, use -DCMAKE_BUILD_TYPE=Debug
make
sudo make install # install the game into your system
make package # generate both .deb package and .tar.gz package
Error make package
CMake Error at /Users/kagamino/Documents/Projets/OpMon/cmake_install.cmake:55 (file):
file failed to open for writing (Permission denied):
/Users/kagamino/Documents/Projets/OpMon/install_manifest.txt
ls -la root staff 23688 27 sep 09:50 install_manifest.txt
This file seems to have wrong permissions
The text was updated successfully, but these errors were encountered:
I've checked permissions on Linux and I have not seen any problem. For now, I'll consider this is as an isolated case, but if something similar happens, don't hesitate to comment here so I will reopen the issue.
Steps to reproduce
OS: macOS Mojave 10.14.6 (18G95) (Le MacBook Pro (Retina, 13 pouces, mi-2014))
Error
make package
ls -la
root staff 23688 27 sep 09:50 install_manifest.txt
This file seems to have wrong permissions
The text was updated successfully, but these errors were encountered: