summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-26 23:31:46 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-26 23:31:46 -0600
commitf8c99ba3964d156b0a44d6e44cb6306741ae3347 (patch)
tree861d1b9696f0e27a0d3990658ac78e900bf410be
parentbb42528084058af8dc42c315d5f013af05741bb1 (diff)
pkgbuild-check-*: load conf.sh (it is used)
-rwxr-xr-xsrc/pkgbuild-check-licenses1
-rwxr-xr-xsrc/pkgbuild-check-nonfree1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/pkgbuild-check-licenses b/src/pkgbuild-check-licenses
index c6c8132..dfae7ae 100755
--- a/src/pkgbuild-check-licenses
+++ b/src/pkgbuild-check-licenses
@@ -23,6 +23,7 @@
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
. libremessages
+. $(librelib conf)
# Usage: check_deps $pkgbuild
# Check whether a PKGBUILD package depends on non-free packages
diff --git a/src/pkgbuild-check-nonfree b/src/pkgbuild-check-nonfree
index 5d7a1ae..39516f9 100755
--- a/src/pkgbuild-check-nonfree
+++ b/src/pkgbuild-check-nonfree
@@ -23,6 +23,7 @@
. libremessages
. libreblacklist
+. $(librelib conf)
# Usage: check_deps $pkgbuild
# Check whether a PKGBUILD package depends on non-free packages