summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/build b/build
index fe39fba..4a00851 100755
--- a/build
+++ b/build
@@ -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