diff options
Diffstat (limited to 'data/network-cmds/make.sh')
-rw-r--r-- | data/network-cmds/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/network-cmds/make.sh b/data/network-cmds/make.sh index bded00874..90dd13938 100644 --- a/data/network-cmds/make.sh +++ b/data/network-cmds/make.sh @@ -1,7 +1,7 @@ shopt -s extglob tar -zxvf "${PKG_DATA}/network_cmds-306.tar.gz" cd network_cmds-306 -for tproj in !(natd|spray).tproj; do +for tproj in !(natd|ping|spray).tproj; do tproj=$(basename "${tproj}" .tproj) arm-apple-darwin-gcc -o "${tproj}" "${tproj}.tproj"/*.c -DPRIVATE -Dether_ntohost=_old_ether_ntohost pkg:usrbin "${tproj}" |