From 2dec88e5c21cc8876364f30ef6e964191efb592a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 27 Dec 2007 17:40:35 +0000 Subject: [PATCH] makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01cb68a64..27e6510cd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ tarball: install: python setup.py install --prefix=$(PREFIX); - /usr/bin/update-desktop-database + -/usr/bin/update-desktop-database clean: python setup.py clean