use __global in type __package
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
bfaa027452
commit
62b392e65d
2 changed files with 2 additions and 4 deletions
|
@ -28,7 +28,7 @@ if [ -f "$type" ]; then
|
|||
type="$(cat "$type")"
|
||||
else
|
||||
# By default determine package manager based on operating system
|
||||
os="$(cat "out/explorer/os")"
|
||||
os="$(cat "$__global/explorer/os")"
|
||||
case "$os" in
|
||||
archlinux) type="pacman" ;;
|
||||
debian|ubuntu) type="apt" ;;
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
Prepare documentation for 1.0.0.
|
||||
- Check all references in manpages
|
||||
- cdist.text
|
||||
Prepare release 1.0.0
|
||||
|
|
Loading…
Reference in a new issue