diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-13 09:49:23 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-13 10:23:08 (EST) |
commit | 3f1d72433d6ffc9802382192f1a33b122bd623f5 (patch) | |
tree | 773cfd2c22914550784f217359491de9edb74703 /build | |
parent | c9d41682c99f6c9bc64dbe3680af5443d75c9c58 (diff) |
/usr/libexec/lilo/blkid: New binary to replace od
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ build: install: build oh-autoinstall install -m 0755 ../install-lilo.sh dest/sbin/install-lilo + install -d -m 0755 dest/usr/libexec/lilo/ + $(CC) -o dest/usr/libexec/lilo/blkid ../blkid.c rm dest/etc/*/p*.d/* dest/etc/lilo.conf_example rm dest/boot/coffee.bmp dest/boot/debian*.bmp dest/boot/*.dat # Remove unneeded Perl and Bash scripts. |