diff options
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,8 +138,8 @@ function cleanup { ## END FUNCTIONS ## source PKGBUILD -msg "Building ${repo:-missing repo}/${pkgbase:-${pkgname[@]}}: $pkgdesc" repo=${repo:-$(guess_repo)} +msg "Building ${repo:-missing repo}/${pkgbase:-${pkgname[@]}}: $pkgdesc" # Pre build tests if [ $force_build == 'n' ]; then |