summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfullpkg1
-rwxr-xr-xfullpkg-ng8
2 files changed, 4 insertions, 5 deletions
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;;
diff --git a/fullpkg-ng b/fullpkg-ng
index 30b90a8..877e21f 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 ] && \
@@ -357,4 +357,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