diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-18 10:52:46 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-18 10:52:46 (EST) |
commit | 6902882419c8adcc844a1532f9082918e4d77b13 (patch) | |
tree | 5a5c812245a5063e8e5f4d0cb01dbcae577f9192 | |
parent | 104e20596a045f8e99fed22d07f32e9d7eca2a41 (diff) |
build: Fix lilo_boot path
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/make -f branding_share = proteanos-branding.data/usr/share/branding -lilo_boot = proteanos-branding-lilo.data/etc/boot +lilo_boot = proteanos-branding-lilo.data/boot build: @: |