summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-05 00:22:11 +0000
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-05 00:22:11 +0000
commitd3a59dddd4e7980af04812ee19474ed2aaecc37c (patch)
tree58f2b7b0e50d69cae112215660fafbf1ecf6c892 /build
parent71b30fe252375ce9cd17564309f0598b768bfec5 (diff)
more
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index bee133b..1b3c5d2 100755
--- a/build
+++ b/build
@@ -12,6 +12,7 @@ main() {
for src in *.PKGBUILD; do
pkg="$(pkgfilename "$src")"
while ! { test "$src" -ot "$pkg" && test config.sh -ot "$pkg"; } 2>/dev/null; do
+ printf '%s: Building %q\n' "$0" "$src"
makepkg -d -p "$src" || exit $?
pkg="$(pkgfilename "$src")"
done