Install modinfo.sh to keep build information around.

This commit is contained in:
Vladimir Serbinenko 2013-12-23 17:51:39 +01:00
parent cef394032d
commit e388db904c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-12-23 Vladimir Serbinenko <phcoder@gmail.com>
Install modinfo.sh to keep build information around.
2013-12-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/modinfo.sh.in: Add build config information.

View file

@ -741,7 +741,7 @@ grub_install_copy_files (const char *src,
"fs.lst", "partmap.lst",
"parttool.lst",
"video.lst", "crypto.lst",
"terminal.lst" };
"terminal.lst", "modinfo.sh" };
size_t i;
for (i = 0; i < ARRAY_SIZE (pkglib_DATA); i++)