Fixed installation by non-root user; DESTDIR is required in such case.
authorshort <>
Wed, 20 Aug 2003 13:42:40 +0000 (13:42 +0000)
committershort <>
Wed, 20 Aug 2003 13:42:40 +0000 (13:42 +0000)
filesystems/Makefile.am

index f16c9a8..540de8c 100644 (file)
@@ -5,4 +5,4 @@ DIST_SUBDIRS=localfs locasefs ftpfs sshfs cardfs cefs gvfs gnetfs wavfs
 
 install-exec-hook:
        @echo "filesystems post install configuration..."
-       ldconfig
+       if test -z "$(DESTDIR)";then ldconfig;fi