summaryrefslogtreecommitdiff
path: root/db-functions
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 23:18:18 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 23:18:18 -0400
commit6385605e0ba5a53ae1662efb3efa3aa35155e3df (patch)
tree2f630f9b0e57526262d83cffd32955e0f9c271c9 /db-functions
parent7691cb7d1e5378fbecb3e833a830aac6432fe105 (diff)
get rid of stupid differences between this and lukeshu/xbs
Diffstat (limited to 'db-functions')
-rw-r--r--db-functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/db-functions b/db-functions
index cf1b8eb..f021299 100644
--- a/db-functions
+++ b/db-functions
@@ -341,7 +341,6 @@ check_splitpkgs() {
for pkgfile in "${pkgfiles[@]}"; do
issplitpkg "${pkgfile}" || continue
local _pkgbase="$(getpkgbase "${pkgfile}")"
- msg2 "Checking %s" "$_pkgbase"
local _pkgname="$(getpkgname "${pkgfile}")"
local _pkgarch="$(getpkgarch "${pkgfile}")"
mkdir -p "${repo}/${_pkgarch}/${_pkgbase}"