From 7817782b2837cf98f7566e13f80b9c071ff20139 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Mon, 14 Apr 2008 23:22:48 +0000 Subject: Fixed some dependencies, removed mDNS fix for 2.0, and factored for multi-arch support. git-svn-id: http://svn.telesphoreo.org/trunk@218 514c082c-b64e-11dc-b46d-3d985efe055d --- data/shell-cmds/make.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/shell-cmds') diff --git a/data/shell-cmds/make.sh b/data/shell-cmds/make.sh index a22062488..a7c235486 100644 --- a/data/shell-cmds/make.sh +++ b/data/shell-cmds/make.sh @@ -1,5 +1,4 @@ -tar -zxvf "${PKG_DATA}/shell_cmds-116.tar.gz" -cd shell_cmds-116 +pkg:setup mkdir -p "${PKG_DEST}/usr/bin" for bin in killall mktemp renice script time which; do ${PKG_TARG}-gcc -o "${bin}/${bin}" "${bin}"/*.c -D'__FBSDID(x)=' -- cgit v1.2.3