mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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"
|
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…
Add table
Reference in a new issue