change explorer to use locally available path

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-23 18:36:02 +01:00
parent fde8b2b1b9
commit 0bf48923a9
3 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#
#
case "$(./os)" in
case "$(./conf/explorers/os)" in
archlinux) echo pacman ;;
debian|ubuntu) echo apt ;;
gentoo) echo emerge ;;