mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
aclocal.real \
|
||
|
-I ${STAGING_DIR}/host/share/aclocal \
|
||
|
-I ${STAGING_DIR}/usr/share/aclocal \
|
||
|
$@
|