vim: fix subpackages iteration.

This commit is contained in:
Christian Neukirchen 2015-11-05 15:03:41 +01:00
parent 1609c70f94
commit 2b6a6a5055

View File

@ -22,7 +22,7 @@ fi
alternatives="vim:vim:/usr/bin/vim-normal"
pre_configure() {
for f in ${subpackages/vim-common/}; do
for f in ${subpackages/xxd vim-common/}; do
mkdir -p /tmp/${f}
cp -a $wrksrc/* /tmp/${f}
mv /tmp/${f} $wrksrc/${f}
@ -78,7 +78,7 @@ do_build() {
cd $wrksrc
make ${makejobs}
for f in ${subpackages/vim-common/}; do
for f in ${subpackages/xxd vim-common/}; do
cd $wrksrc/$f
make ${makejobs}
done