From 3ac0299b6aab7ffa55fa0af53dc4ca0f1f3f12d4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 7 Jan 2016 08:10:42 +0100 Subject: xbump: fix bumping of common/shlib changes. --- xbump | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xbump') diff --git a/xbump b/xbump index df96c31..7b8de15 100755 --- a/xbump +++ b/xbump @@ -20,10 +20,11 @@ if [ -n "$(echo "$shlibs" | grep -vE "$spkpattern")" ]; then exit 1 elif [ -n "$shlibs" ]; then git add common/shlibs + dirs=common/shlibs fi -dirs=$(./xbps-src show "$pkg" | - sed -n '/^\(pkgname\|subpackage\)/s/[^:]*:[\t]*/srcpkgs\//p') +dirs="$dirs $(./xbps-src show "$pkg" | + sed -n '/^\(pkgname\|subpackage\)/s/[^:]*:[\t]*/srcpkgs\//p')" git add $dirs -- cgit 1.4.1