summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/build b/build
index 2a40656..e8dbf05 100755
--- a/build
+++ b/build
@@ -4,3 +4,18 @@ include ../source.mk
nop:
@:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ rm -Rf dest/usr/share/consolefonts
+ rm -Rf dest/usr/lib/kbd/consolefonts
+ rm -Rf dest/usr/lib/X11/fonts/misc
+ rm -Rf dest/usr/X11R6/lib/X11/fonts/misc
+ oh-fixperms
+ oh-strip
+ oh-installfiles