1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/gnomevfs2/files/patch-ag
Ade Lovett 69fdfd600a * Fix gnome-vfs-config: looking in wrong directory for vfsConf.sh
* Don't build the test programs, since they're not installed and
  are pretty much meaningless anyway

Submitted by:	sobomax
2000-11-30 18:15:57 +00:00

12 lines
320 B
Plaintext

--- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000
+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000
@@ -3,7 +3,7 @@
usage="\
Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]"
-config_file="@LIBDIR@/vfsConf.sh"
+config_file="@SYSCONFDIR@/vfsConf.sh"
. $config_file
if test $# -eq 0; then