diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-11 08:53:08 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-11 08:55:11 (EST) |
commit | 3f8d4a3f0f491a0f477ad32ff30ba4f571813897 (patch) | |
tree | 297c7a3c7b21315de09f5e5061c4b261b51f1589 | |
parent | 710f44722356fc275415475f1fdbcc88c9248ddd (diff) |
build: Remove installed .dat files of images
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ install: build oh-autoinstall install -m 0755 ../install-lilo.sh dest/sbin/install-lilo rm dest/etc/*/p*.d/* dest/etc/lilo.conf_example - rm dest/boot/coffee.bmp dest/boot/debian*.bmp + rm dest/boot/coffee.bmp dest/boot/debian*.bmp dest/boot/*.dat # Remove unneeded Perl and Bash scripts. set -e; \ for script in keytab-lilo liloconfig lilo-uuid-diskid mkrescue; do \ |