[d-feet] build: Fix previous commit



commit dad57db34b3cc6894e64841baca6723ff49ad3bb
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 7 19:37:42 2013 -0500

    build: Fix previous commit
    
    Sorry!  Had this locally, forgot to amend.

 data/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 55f0fe1..12138d1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -9,7 +9,7 @@ desktopdir = $(datadir)/applications
 desktop_in_files = d-feet.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
-UPDATE_DESKTOP = if test -z "$(DESTDIR)"; then update-desktop-database $(datadir)/applications || : fi
+UPDATE_DESKTOP = if test -z "$(DESTDIR)"; then update-desktop-database $(datadir)/applications || :; fi
 
 @INTLTOOL_XML_RULE@
 appdatadir = $(datadir)/appdata


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