2009-06-11 Pavel Roskin <proski@gnu.org>

* Makefile.in: Rename lib_DATA to lib_SCRIPTS, move it from
	PKGLIB to SCRIPTS.  This fixes installation of grub-mkconfig_lib
	and update-grub_lib in two places.
	* conf/common.rmk: Rename lib_DATA to lib_SCRIPTS.
This commit is contained in:
proski 2009-06-12 02:10:21 +00:00
parent e3b27c39fc
commit ca0388f084
3 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,10 @@
2009-06-11 Pavel Roskin <proski@gnu.org>
* Makefile.in: Rename lib_DATA to lib_SCRIPTS, move it from
PKGLIB to SCRIPTS. This fixes installation of grub-mkconfig_lib
and update-grub_lib in two places.
* conf/common.rmk: Rename lib_DATA to lib_SCRIPTS.
* disk/usbms.c (grub_usbms_transfer): Initialize `err' to fix
a compiler warning.