mirror of
https://github.com/openwrt/openwrt.git
synced 2025-05-31 06:31:02 +00:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/usr/bin/env sh
|
|
aclocal.real \
|
|
-I ${STAGING_DIR}/host/share/aclocal \
|
|
-I ${STAGING_DIR}/usr/share/aclocal \
|
|
$@
|