From 8cfcaf30a48da8fd9cb60aa95415af045d3583f4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 3 Feb 2011 17:39:32 +0100 Subject: [PATCH] adjust path to os explorer Signed-off-by: Nico Schottelius --- conf/explorers/pkg_system | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/conf/explorers/pkg_system b/conf/explorers/pkg_system index b8a44bab..db17f616 100755 --- a/conf/explorers/pkg_system +++ b/conf/explorers/pkg_system @@ -19,9 +19,6 @@ # # -cdist_explore_pkg_system() -{ - case "$(cdist_explore_os)" in +case "$(__cdist_explorer_dir/os)" in archlinux) echo pacman ;; - esac -} +esac