[meld] Don't try to install non-existant file



commit dedc3f9e24a95a8334c6da960496680bf8a3ec26
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Tue Jun 30 18:12:32 2009 +1000

    Don't try to install non-existant file
    
    The meld.applications was recently removed as obsolete. This commit also
    removes any reference to this file from the makefile install rules.

 GNUmakefile |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/GNUmakefile b/GNUmakefile
index 1a53b18..fe45e8b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -42,7 +42,6 @@ install: $(addsuffix .install,$(SPECIALS)) meld.desktop
 		$(DESTDIR)$(sharedir_)/glade2/pixmaps \
 		$(DESTDIR)$(docdir_) \
 		$(DESTDIR)$(sharedir)/applications \
-		$(DESTDIR)$(sharedir)/application-registry \
 		$(DESTDIR)$(sharedir)/pixmaps \
 		$(DESTDIR)$(helpdir_)
 	install -m 755 meld.install \
@@ -53,8 +52,6 @@ install: $(addsuffix .install,$(SPECIALS)) meld.desktop
 		$(DESTDIR)$(libdir_)/vc
 	install -m 644 paths.py.install \
 		$(DESTDIR)$(libdir_)/paths.py
-	install -m 644 meld.applications \
-		$(DESTDIR)$(sharedir)/application-registry/meld.applications
 	install -m 644 meld.desktop \
 		$(DESTDIR)$(sharedir)/applications
 	$(PYTHON)    -c 'import compileall; compileall.compile_dir("$(DESTDIR)$(libdir_)",10,"$(libdir_)")'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]