From 62b392e65d1d551264184e91438fe7ea5f5fac86 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 4 Mar 2011 15:11:37 +0100 Subject: [PATCH] use __global in type __package Signed-off-by: Nico Schottelius --- conf/type/__package/manifest | 2 +- doc/dev/todo/niconext | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/type/__package/manifest b/conf/type/__package/manifest index 89b3f179..cf085e2f 100755 --- a/conf/type/__package/manifest +++ b/conf/type/__package/manifest @@ -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" ;; diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index ce5c9c60..6a7da465 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1,3 +1 @@ -Prepare documentation for 1.0.0. - - Check all references in manpages - - cdist.text +Prepare release 1.0.0