vim: fixed cross build.
This commit is contained in:
parent
c4dafc3da5
commit
029bdd1b2d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ do_fetch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
for f in ${subpackages}; do
|
for f in ${subpackages/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}
|
||||||
|
@ -76,7 +76,7 @@ do_build() {
|
||||||
cd $wrksrc
|
cd $wrksrc
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
|
||||||
for f in ${subpackages}; do
|
for f in ${subpackages/vim-common/}; do
|
||||||
cd $wrksrc/$f
|
cd $wrksrc/$f
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue