vim: fixed cross build.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user