Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
f511473cfb
2 changed files with 11 additions and 11 deletions
  1. +4
    -4
      package/public/fuse/fuse.desc
  2. +7
    -7
      package/public/fuse/no-depmod.patch

+ 4
- 4
package/public/fuse/fuse.desc

@ -28,17 +28,17 @@
[T] secure method for non privileged users to create and mount their own
[T] filesystem implementations.
[U] http://sourceforge.net/projects/avf
[U] http://fuse.sourceforge.net/
[A] Miklos Szeredi <mszeredi@inf.bme.hu>
[A] Miklos Szeredi <miklos@szeredi.hu>
[M] The ROCK Linux Project
[C] extra/filesystem
[L] GPL
[S] Stable
[V] 1.3
[V] 2.4.1
[P] X -?---5---9 136.100
[D] 2200931963 fuse-1.3.tar.gz http://dl.sourceforge.net/sourceforge/avf/
[D] 2111960623 fuse-2.4.1.tar.gz http://dl.sourceforge.net/sourceforge/fuse/

+ 7
- 7
package/public/fuse/no-depmod.patch

@ -17,17 +17,17 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- fuse-1.1/kernel/Makefile.in.orig 2004-03-11 22:53:24.000000000 +0100
+++ fuse-1.1/kernel/Makefile.in 2004-03-11 22:54:59.000000000 +0100
@@ -20,11 +20,9 @@
install: all
@$(mkinstalldirs) $(DESTDIR)$(fusemoduledir)
--- ./kernel/Makefile.in.orig 2005-07-26 12:30:17.000000000 +0200
+++ ./kernel/Makefile.in 2005-11-18 16:07:21.000000000 +0100
@@ -31,11 +31,9 @@
install-y: all
$(mkdir_p) $(DESTDIR)$(fusemoduledir)
$(INSTALL) -m 644 $(fusemodule) $(DESTDIR)$(fusemoduledir)/$(fusemodule)
- -/sbin/depmod -a
uninstall:
uninstall-y:
rm -f $(DESTDIR)$(fusemoduledir)/$(fusemodule)
- -/sbin/depmod -a
clean:
-rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s
-rm -f $(fusemodule) *.o .*.cmd *.mod.c *.ko *.s */*.o

Loading…
Cancel
Save