From 1316ba7aa96c69ea541f1b7b3715aad5d1c8eb14 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 31 May 2013 18:52:49 -0600 Subject: [all tools]: use conf.sh (and libremessages if necessary) --- src/treepkg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/treepkg') diff --git a/src/treepkg b/src/treepkg index 519dee5..22485d2 100755 --- a/src/treepkg +++ b/src/treepkg @@ -15,14 +15,15 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -source /etc/libretools.conf -source $XDG_CONFIG_HOME/libretools/libretools.conf >/dev/null 2>&1|| true +source libremessages +source $(librelib conf.sh) + +load_conf_libretools term_title "$(basename $0)" # Get system variables -source /etc/makepkg.conf -source $HOME/makepkg.conf >/dev/null 2>&1|| true +load_files makepkg # End inmediately but print an useful message trap_exit() { -- cgit v1.2.3-54-g00ecf