summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 8afe059..75d16f8 100755
--- a/build
+++ b/build
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
branding_share = proteanos-branding.data/usr/share/branding
+lilo_boot = proteanos-branding-lilo.data/etc/boot
build:
@:
@@ -14,3 +15,5 @@ install: build
install -m 0644 src/images/* $(branding_share)/images
install -m 0644 src/www/* $(branding_share)/www
install -m 0644 src/styles/* $(branding_share)/styles
+ install -d -m 0755 $(lilo_boot)
+ install -m 0644 src/lilo/* $(lilo_boot)