summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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.