]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-21 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Fri, 21 Aug 2009 21:40:58 +0000 (21:40 +0000)
committerproski <proski@localhost>
Fri, 21 Aug 2009 21:40:58 +0000 (21:40 +0000)
* Makefile.in (install-local): Remove all files in
$(DESTDIR)$(pkglibdir) before installing new files there.

ChangeLog
Makefile.in

index 47d64975a31092b74374e8499bdd2f1e8c4b7a7c..bcb72015131dc68561cf5a8bd7b38204c4085431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-21  Pavel Roskin  <proski@gnu.org>
+
+       * Makefile.in (install-local): Remove all files in
+       $(DESTDIR)$(pkglibdir) before installing new files there.
+
 2009-08-18  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Use
index 25acce7b19e011019c2dfd3bfc47e9d23c402b72..3d97c3985a792935396145d3ea5852c7a76f5073 100644 (file)
@@ -212,6 +212,7 @@ install: install-local
 
 install-local: all
        $(SHELL) $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+       rm -f $(DESTDIR)$(pkglibdir)/*
        @list='$(PKGLIB)'; \
        for file in $$list; do \
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \