Skip to content

Commit

Permalink
ATOR-PROTOCOL-100 - force create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Oct 15, 2024
1 parent d17fd68 commit 518894f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ if test "x$enable_android" = "xyes"; then
enable_manpage=yes
enable_jni=yes
enable_pic=yes
enable_system_torrc=yes
enable_tool_name_check=no
enable_system_anonrc=yes

enable_tool_name_check=yes
have_systemd=yes

need_cross_compiling_host=no
Expand Down
4 changes: 3 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ override_dh_auto_build:
override_dh_install-arch:
dh_missing --list-missing

rm debian/anon/etc/anon/anonrc.sample
rm -f debian/anon/etc/anon/anonrc.sample
mkdir -p debian/anon/etc/anon/

cp build/src/config/anonrc.minimal debian/anon/etc/anon/anonrc

cp debian/anon.apparmor-profile debian/anon/etc/apparmor.d/system_anon
Expand Down

0 comments on commit 518894f

Please sign in to comment.