Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
71cb6715a5
|
|||
a4c443b658 |
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 0.11.2
|
VERSION = 0.11.3
|
||||||
|
|
||||||
PKG = live-services
|
PKG = live-services
|
||||||
TOOLS = artools
|
TOOLS = artools
|
||||||
|
@@ -30,6 +30,8 @@ elif [[ -d /run/runit ]]; then
|
|||||||
ln -s $docs/Runit.pdf "$xdg"/Runit.pdf
|
ln -s $docs/Runit.pdf "$xdg"/Runit.pdf
|
||||||
elif [[ -d /run/66 ]]; then
|
elif [[ -d /run/66 ]]; then
|
||||||
ln -s $docs/Suite66.pdf "$xdg"/Suite66.pdf
|
ln -s $docs/Suite66.pdf "$xdg"/Suite66.pdf
|
||||||
|
elif [[ -d /run/dinit ]]; then
|
||||||
|
ln -s $docs/Dinit.pdf "$xdg"/Suite66.pdf
|
||||||
else
|
else
|
||||||
ln -s $docs/S6.pdf "$xdg"/S6.pdf
|
ln -s $docs/S6.pdf "$xdg"/S6.pdf
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user