diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-02 22:00:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-02 22:00:22 (EDT) |
commit | 847a1dee1114b5dc9689de0c2697f0ceb06f7c28 (patch) | |
tree | f2922d4759a33c46d0d70ca5c2cdde7463575594 /build | |
parent | 67c4d8e5ed1f785a0046d4b5ff1ed8d73375de80 (diff) |
build: Set INSTALL_GROUP to 0
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ build: install: build oh-autoinstall -- -f makefile.shared \ LIBPATH='/usr/lib/$(OPK_HOST_ARCH)' \ - INSTALL_GROUP=root + INSTALL_GROUP=0 rm dest/usr/lib/$(OPK_HOST_ARCH)/libtommath.la oh-fixperms oh-strip |