use ./ for other explorer

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 5cfaad9d7a
commit 6ff47f59a8
  1. 2
      conf/explorers/pkg_system

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

Loading…
Cancel
Save