Skip to content
Snippets Groups Projects
Commit 1cf157e5 authored by Alexandre Detiste's avatar Alexandre Detiste :snowflake:
Browse files

fix PPA build

parent c9747d36
No related branches found
Tags debian/0.9.55
No related merge requests found
......@@ -73,6 +73,9 @@ then
exit 0
fi
# do not fail on "grep ." if dir is empty
set +e
if ! [ "$(readlink archive/stable)" == "$release" ]
then
concat archive/stable >> ruleset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment