diff options
author | P. 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) |
commit | bed7ad6f5740e5e283dca648d229c10046cdae82 (patch) | |
tree | a4c2101cb6ba1b687b3ae17cb5a7df627b3f016b | |
parent | e616e631574b827670c17929f2807f9967550df2 (diff) |
build: Install lilo branding
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |