From beb10991604d7c0f2b5dd4caf7cb92befe264100 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Sat, 28 May 2011 15:59:06 -0300 Subject: Recover sourcing config files, since a few vars were missing (like PARABOLAHOST). I'd suggest convert the egrep var retrieving on a function on libremessages. --- fullpkg-ng | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fullpkg-ng b/fullpkg-ng index 277d570..c0b65f1 100755 --- a/fullpkg-ng +++ b/fullpkg-ng @@ -2,9 +2,9 @@ # TO TEST: (on find_deps) # * Detect pkgnames by provides, replaces, etc. instead of dir tree -eval "$(egrep "PACKAGER=|CARCH=" /etc/makepkg.conf)" -eval "$(egrep "ABSROOT=" /etc/abs.conf)" -eval "$(egrep "REPOS=|FULLBUILDCMD=" /etc/libretools.conf)" +source /etc/makepkg.conf +source /etc/abs.conf +source /etc/libretools.conf source /usr/bin/libremessages [ -r $XDG_CONFIG_HOME/libretools/libretools.conf ] && \ @@ -353,4 +353,4 @@ _pkg_build echo msg2 "Check if your system works fine and librerelease if it does" -exit 0 \ No newline at end of file +exit 0 -- cgit v1.2.3-2-g168b From 7e528534a2f7ff687cedac6b34c3881d97be0716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 30 May 2011 13:04:28 -0300 Subject: librerelease can be done later --- fullpkg | 1 - 1 file changed, 1 deletion(-) diff --git a/fullpkg b/fullpkg index 974dc85..a23a448 100755 --- a/fullpkg +++ b/fullpkg @@ -262,7 +262,6 @@ case $r in 0) msg "The build was succesful." mipsrelease *.pkg.tar.* librestage $repo - librerelease sudo pacman -Sy # cleanup is only on succesfull build so failed can be inspected cleanup;; -- cgit v1.2.3-2-g168b