aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs/files/patch-ab
blob: 1f9e2c80cbab93e185461c6b14ae8c53099db064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.in.orig    Mon Mar 12 19:28:26 2001
+++ Makefile.in Thu Mar 15 20:25:50 2001
@@ -174,3 +174,3 @@
 
-SUBDIRS =      libgnomevfs                 libgnomevfs-pthread             $(SUBDIRS_OAF)                  idl                     modules                     data                        man                     devel-docs                  $(SUBDIRS_GNOME)                po                      macros
+SUBDIRS =      libgnomevfs                 libgnomevfs-pthread             $(SUBDIRS_OAF)                  idl                     modules                     data                        man                     $(SUBDIRS_GNOME)                po                      macros
 
@@ -182,3 +182,3 @@
 
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
 confexec_DATA =    vfsConf.sh                  vfscorbaConf.sh                 vfspthreadConf.sh
@@ -542,2 +542,3 @@
    sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+       -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
        -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \