diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
commit | da28ccc6f848695609d32090142f1b4af0e27b17 (patch) | |
tree | c562fe90cce0de3806af7eb950a24b56cd5bcf22 /package/grub | |
parent | bca6ef2825babceb9fcef2b160cc1f2674485f55 (diff) |
massive whitespace cleanup (EOL), suggested by j.seitter
Diffstat (limited to 'package/grub')
-rw-r--r-- | package/grub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index 98abae051..b594a5632 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --disable-efiemu \ --disable-grub-fstest post-install: - ${INSTALL_DIR} $(IDIR_GRUB)/usr/{sbin,lib,bin} + ${INSTALL_DIR} $(IDIR_GRUB)/usr/{sbin,lib,bin} ${INSTALL_DIR} $(IDIR_GRUB)/etc ${CP} ${WRKINST}/etc/grub.d $(IDIR_GRUB)/etc ${CP} ${WRKINST}/usr/lib/* $(IDIR_GRUB)/usr/lib |