twogood / unshield

Tool and library to extract CAB files from InstallShield installers
MIT License
340 stars 73 forks source link

make install fails with permission denied error #154

Closed hazelnot closed 2 years ago

hazelnot commented 2 years ago

I'm trying to build Unshield on Fedora 35, and make install comes up with\

Install the project...
-- Install configuration: ""
-- Installing: /usr/local/share/man/man1/unshield.1
CMake Error at cmake_install.cmake:46 (file):
  file INSTALL cannot copy file "/home/hazelnot/git/unshield/man/unshield.1"
  to "/usr/local/share/man/man1/unshield.1": Permission denied.

make: *** [Makefile:100: install] Error 1
twogood commented 2 years ago

Sudo?

hazelnot commented 2 years ago

That... worked

I kind of figured that if I used sudo I might break something

I feel very stupid and wish there was a way to just straight-up delete this issue now

twogood commented 2 years ago

No worries @hazelnot ! Everyone is a beginner some time!