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 Jul 27, 2022. It is now read-only.
Operating system and version: KUbuntu 20.04
OBS Studio version: 25.0.8 tag from the git repo
Steps to Reproduce
run cmake .
run make
run sudo make install
Expected Behavior
OBS compiled files should be installed and usable in /usr/local
Current Behavior
OBS files are installed but rights to /usr/local are messed up : /usr/local, /usr/local/lib, /usr/local/bin, inter alia, have rights drwxrwx---, even though they existed beforehand with read and execute rights.
Additional information
I checked the root umask and it is 0022.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Platform
Operating system and version: KUbuntu 20.04
OBS Studio version: 25.0.8 tag from the git repo
Steps to Reproduce
cmake .
make
sudo make install
Expected Behavior
OBS compiled files should be installed and usable in /usr/local
Current Behavior
OBS files are installed but rights to /usr/local are messed up :
/usr/local
,/usr/local/lib
,/usr/local/bin
, inter alia, have rightsdrwxrwx---
, even though they existed beforehand with read and execute rights.Additional information
I checked the root umask and it is 0022.
The text was updated successfully, but these errors were encountered: