Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=575bf1b8eecc6a13054ce2054e9a958f2074d390
commit 575bf1b8eecc6a13054ce2054e9a958f2074d390 Author: Miklos Vajna <[email protected]> Date: Mon Dec 29 01:18:18 2008 +0100 repoman: call changelog() with -k in fpmmerge() diff --git a/repoman b/repoman index c47b36d..de58996 100755 --- a/repoman +++ b/repoman @@ -389,7 +389,7 @@ fpmmerge() for j in `$0 -t $1 ls /$i/ 2>/dev/null|sed 's/-[^-]\+-[^-]\+-[^-]\+$//'` do cd `git rev-parse --git-dir`/../source/*/$j 2>/dev/null || continue - arch=${i//frugalware-} $0 -t $reponame cl $j + arch=${i//frugalware-} $0 -t $reponame -k cl $j done done } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
