vim: fixed cross build.
This commit is contained in:
parent
c4dafc3da5
commit
029bdd1b2d
|
@ -25,7 +25,7 @@ do_fetch() {
|
|||
}
|
||||
|
||||
pre_configure() {
|
||||
for f in ${subpackages}; do
|
||||
for f in ${subpackages/vim-common/}; do
|
||||
mkdir -p /tmp/${f}
|
||||
cp -a $wrksrc/* /tmp/${f}
|
||||
mv /tmp/${f} $wrksrc/${f}
|
||||
|
@ -76,7 +76,7 @@ do_build() {
|
|||
cd $wrksrc
|
||||
make ${makejobs}
|
||||
|
||||
for f in ${subpackages}; do
|
||||
for f in ${subpackages/vim-common/}; do
|
||||
cd $wrksrc/$f
|
||||
make ${makejobs}
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue