Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
83b9a674a8
|
|||
26ffee5d7c | |||
8c3a81d0ee |
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
BSD 2-Clause License
|
||||
|
||||
Copyright (c) 2018-2019, Artix Linux
|
||||
Copyright (c) 2018-2021, Artix Linux
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION = 0.10
|
||||
VERSION = 0.11.2
|
||||
|
||||
PKG = live-services
|
||||
TOOLS = artools
|
||||
|
@@ -28,6 +28,8 @@ if [[ -d /run/openrc ]]; then
|
||||
ln -s $docs/OpenRC.pdf "$xdg"/OpenRC.pdf
|
||||
elif [[ -d /run/runit ]]; then
|
||||
ln -s $docs/Runit.pdf "$xdg"/Runit.pdf
|
||||
elif [[ -d /run/66 ]]; then
|
||||
ln -s $docs/Suite66.pdf "$xdg"/Suite66.pdf
|
||||
else
|
||||
ln -s $docs/S6.pdf "$xdg"/S6.pdf
|
||||
fi
|
||||
|
Reference in New Issue
Block a user