mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-10 16:38:00 +01:00
Make files in lib/wine read-only.
This commit is contained in:
parent
87ffa3c205
commit
0e34540c66
2 changed files with 34 additions and 32 deletions
2
Makefile
2
Makefile
|
|
@ -109,7 +109,7 @@ proton: configure
|
|||
install: configure
|
||||
vagrant ssh -c 'make -C $(BUILD_DIR)/ $(UNSTRIPPED) STEAM_DIR=/vagrant/ install'
|
||||
mkdir -p $(STEAM_DIR)/compatibilitytools.d/
|
||||
cp -R vagrant_share/compatibilitytools.d/$(_build_name) $(STEAM_DIR)/compatibilitytools.d/
|
||||
cp -Rf --no-dereference --preserve=mode,links vagrant_share/compatibilitytools.d/$(_build_name) $(STEAM_DIR)/compatibilitytools.d/
|
||||
echo "Proton installed to your local Steam installation"
|
||||
|
||||
redist: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue