diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-30 11:20:47 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-30 11:20:47 -0500 |
commit | fee39ffbf93219be50ab0a522b94d71be9d54dbb (patch) | |
tree | e4d5710ca8dd0385cc14c73efda8d06e818dbb62 | |
parent | 0c31cc7706821ba2262eed36aa5a18a584584d20 (diff) | |
parent | 7e528534a2f7ff687cedac6b34c3881d97be0716 (diff) |
Merge branch 'master' of vparabola:~/projects/libretools
-rwxr-xr-x | fullpkg | 1 | ||||
-rwxr-xr-x | fullpkg-ng | 8 |
2 files changed, 4 insertions, 5 deletions
@@ -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;; @@ -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 |