vim: fix subpackages iteration.
This commit is contained in:
parent
1609c70f94
commit
2b6a6a5055
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue