1 Commits

Author SHA1 Message Date
65b6d65527 Only run compilation when source code is updated 2024-06-08 17:13:51 +02:00

View File

@@ -40,7 +40,7 @@ else
execute "compile" do execute "compile" do
cwd "/usr/local/src/strfry" cwd "/usr/local/src/strfry"
command "make setup-golpe && make -j$(nproc)" command "make setup-golpe && make -j$(nproc)"
# action :nothing action :nothing
notifies :create, "link[/usr/local/bin/strfry]", :immediately notifies :create, "link[/usr/local/bin/strfry]", :immediately
notifies :restart, "service[strfry]", :delayed notifies :restart, "service[strfry]", :delayed
end end