From 83dcd2b34cefd5b324b5a4f54be141a858dc5238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Feb 2013 22:19:53 +0100 Subject: Generalization: - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done" --- mltk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mltk') diff --git a/mltk b/mltk index 06bf788c..3e399bd4 100755 --- a/mltk +++ b/mltk @@ -32,6 +32,8 @@ qnd_exit() { . "${ROOT_DIR}/helper/fileutil.inc" . "${ROOT_DIR}/helper/binutil.inc" +pinfo "System's packet manager is $PACKET_MANAGER" + banner () { echo -e "\033[38;5;202m\t __ __ __ " echo -e "\033[38;5;202m\t.--------.| | | |_| |--." -- cgit v1.2.3-55-g7522