vim: fix subpackages iteration.
This commit is contained in:
parent
1609c70f94
commit
2b6a6a5055
@ -22,7 +22,7 @@ fi
|
|||||||
alternatives="vim:vim:/usr/bin/vim-normal"
|
alternatives="vim:vim:/usr/bin/vim-normal"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
for f in ${subpackages/vim-common/}; do
|
for f in ${subpackages/xxd vim-common/}; do
|
||||||
mkdir -p /tmp/${f}
|
mkdir -p /tmp/${f}
|
||||||
cp -a $wrksrc/* /tmp/${f}
|
cp -a $wrksrc/* /tmp/${f}
|
||||||
mv /tmp/${f} $wrksrc/${f}
|
mv /tmp/${f} $wrksrc/${f}
|
||||||
@ -78,7 +78,7 @@ do_build() {
|
|||||||
cd $wrksrc
|
cd $wrksrc
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
for f in ${subpackages/vim-common/}; do
|
for f in ${subpackages/xxd vim-common/}; do
|
||||||
cd $wrksrc/$f
|
cd $wrksrc/$f
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user