Skip to content

Commit 9173de4

Browse files
committedFeb 26, 2025
wip: temp tweak of makefile
1 parent 64e9ef3 commit 9173de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ fdroid-max-watches: ##@prepare Bump max_user_watches to avoid ENOSPC errors
175175

176176
fdroid-nix-dir: SHELL := /bin/sh
177177
fdroid-nix-dir: ##@prepare Create /nix directory for F-Droid Vagrant builders
178-
mkdir -m 0755 /nix
178+
# mkdir -m 0755 /nix
179+
chmod 0755 /nix
179180
chown vagrant /nix
180181

181182
fdroid-fix-tmp: SHELL := /bin/sh

0 commit comments

Comments
 (0)