From 5d44159b9ea89cf5b405107fcda50995a95ad20d Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 4 Feb 2019 16:07:08 -1000 Subject: Add getopt for fakeroot --- data/shell-cmds/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/shell-cmds/make.sh b/data/shell-cmds/make.sh index 84375686b..76177e4ec 100644 --- a/data/shell-cmds/make.sh +++ b/data/shell-cmds/make.sh @@ -1,6 +1,6 @@ pkg:setup mkdir -p "${PKG_DEST}/usr/bin" -for bin in killall renice script time which; do +for bin in killall renice script time which getopt; do ${PKG_TARG}-gcc -O2 -o "${bin}/${bin}" "${bin}"/*.c -D'__FBSDID(x)=' -save-temps cp -a "${bin}/${bin}" "${PKG_DEST}/usr/bin" done -- cgit v1.2.3