blob: e33154e73cf8e92f6597a0a9f908f334d70c0ed4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- Makefile.in.orig Mon May 7 18:12:50 2001
+++ Makefile.in Thu May 10 13:25:48 2001
@@ -174,3 +174,3 @@
-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po
+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po
@@ -182,3 +182,3 @@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = vfsConf.sh vfspthreadConf.sh
@@ -534,2 +534,3 @@
sed -e 's?\@LIBDIR\@?$(libdir)?g' \
+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \
-e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \
|