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 ...@@ -73,6 +73,9 @@ then
exit 0 exit 0
fi fi
# do not fail on "grep ." if dir is empty
set +e
if ! [ "$(readlink archive/stable)" == "$release" ] if ! [ "$(readlink archive/stable)" == "$release" ]
then then
concat archive/stable >> ruleset 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