summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-09 14:55:27 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-09 14:55:27 (EST)
commitbed7ad6f5740e5e283dca648d229c10046cdae82 (patch)
treea4c2101cb6ba1b687b3ae17cb5a7df627b3f016b
parente616e631574b827670c17929f2807f9967550df2 (diff)
build: Install lilo branding
-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)