Commit 0ba45104 authored by Anton Midyukov's avatar Anton Midyukov

dev: fix links to repositories for ports Sisyphus in generated source lists

parent dc3b784a
......@@ -130,7 +130,11 @@ create_apt_conf () {
fi
if [ -n "$PORTS" ]; then
BRANCH_PATH=ports/$ARCH/$BRANCH
if [ "$BRANCH" = sisyphus ]; then
BRANCH_PATH=ports/$ARCH/Sisyphus
else
BRANCH_PATH=ports/$ARCH/$BRANCH
fi
SIGN="[$BRANCH-$ARCH]"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment