AR Steven: DOC: manifest can access $__type (implement $__type ;-)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-25 18:42:38 +01:00
commit 06a56ab6d2
3 changed files with 4 additions and 2 deletions

View file

@ -24,10 +24,10 @@ os="$(cat "out/explorer/os")"
case "$os" in
archlinux)
source="$(pwd -P)/files/archlinux"
source="$__type/files/archlinux"
;;
*)
source="$(pwd -P)/files/default"
source="$__type/files/default"
;;
esac