[gvfs] Remove unnecessary trailing slashes in path



commit e7470c339a9f894dc71701d03a9e943eac21066a
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Thu Oct 17 19:00:09 2013 +0200

    Remove unnecessary trailing slashes in path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606324

 daemon/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 6e63464..020943a 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -14,8 +14,8 @@ INCLUDES =                                    \
        $(OBEXFTP_CFLAGS) $(EXPAT_CFLAGS)       \
        $(KEYRING_CFLAGS)                       \
        -DG_UDEV_API_IS_SUBJECT_TO_CHANGE       \
-       -DLIBEXEC_DIR=\"$(libexecdir)/\"        \
-       -DMOUNTABLE_DIR=\"$(mountdir)/\"        \
+       -DLIBEXEC_DIR=\"$(libexecdir)\"         \
+       -DMOUNTABLE_DIR=\"$(mountdir)\"         \
        -DGVFS_LOCALEDIR=\""$(localedir)"\"
 
 noinst_LTLIBRARIES=libdaemon.la


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