diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,3 +7,12 @@ nop: build: (cd src && make) + touch $@ + +install: build + (cd src && \ + make DESTDIR=../dest prefix=/usr INSTALL_BINARY=install install) + rm dest/usr/bin/fbgs dest/usr/share/man/man1/fbgs.1 + oh-fixperms + oh-strip + oh-installfiles |