]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- minor fixes.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 9 May 2004 10:57:03 +0000 (10:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.8

libfuse.spec

index 3b540d53834b102e8bc8fa869adc8e8b87689f03..39aeb67746629c295d1fb42c834921b6794dbf1f 100644 (file)
@@ -5,7 +5,7 @@
 %bcond_without smp             # without smp packages
 %bcond_with    verbose         # verbose build (V=1)
 #
-Name:          fuse
+Name:          kernel-misc-fuse
 Summary:       Filesystem in Userspace
 Summary(pl):   System plików w przestrzeni u¿ytkownika
 Version:       1.1
@@ -70,7 +70,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        SUBDIRS=$PWD \
        O=$PWD \
        %{?with_verbose:V=1}
-    cp fuse.ko built/fuse-$cfg.ko
+    mv fuse.ko built/fuse-$cfg.ko
 done
 cd -
 %endif
This page took 0.241489 seconds and 4 git commands to generate.