From 0bf48923a9b437d7cc66e5ea565fb18e2b22988b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 18:36:02 +0100 Subject: [PATCH] change explorer to use locally available path Signed-off-by: Nico Schottelius --- bin/{cdist-build-bin => cdist-type-build-emulation} | 0 bin/{cdist_tree_wrapper => cdist-type-emulator} | 0 conf/explorers/pkg_system | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename bin/{cdist-build-bin => cdist-type-build-emulation} (100%) rename bin/{cdist_tree_wrapper => cdist-type-emulator} (100%) diff --git a/bin/cdist-build-bin b/bin/cdist-type-build-emulation similarity index 100% rename from bin/cdist-build-bin rename to bin/cdist-type-build-emulation diff --git a/bin/cdist_tree_wrapper b/bin/cdist-type-emulator similarity index 100% rename from bin/cdist_tree_wrapper rename to bin/cdist-type-emulator diff --git a/conf/explorers/pkg_system b/conf/explorers/pkg_system index dc1bd129..d6467631 100755 --- a/conf/explorers/pkg_system +++ b/conf/explorers/pkg_system @@ -19,7 +19,7 @@ # # -case "$(./os)" in +case "$(./conf/explorers/os)" in archlinux) echo pacman ;; debian|ubuntu) echo apt ;; gentoo) echo emerge ;;