f-spot r3916 - trunk
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3916 - trunk
- Date: Wed, 14 May 2008 21:41:56 +0100 (BST)
Author: sdelcroix
Date: Wed May 14 20:41:56 2008
New Revision: 3916
URL: http://svn.gnome.org/viewvc/f-spot?rev=3916&view=rev
Log:
better test against empty strings
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed May 14 20:41:56 2008
@@ -95,6 +95,6 @@
uninstall-hook:
$(UPDATE_DESKTOP)
- if [ "$(DIR_GIO)" != "" ] ; then \
+ if [ "x$(DIR_GIO)" != "x" ] ; then \
rm -f $(libdir)/f-spot/gio-sharp.dll $(libdir)/f-spot/gio-sharp.dll.config; \
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]