summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick 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)
commit3f1d72433d6ffc9802382192f1a33b122bd623f5 (patch)
tree773cfd2c22914550784f217359491de9edb74703 /build
parentc9d41682c99f6c9bc64dbe3680af5443d75c9c58 (diff)
/usr/libexec/lilo/blkid: New binary to replace od
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index a9a6ec5..3c885b4 100755
--- a/build
+++ b/build
@@ -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.