]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- world-readable fusermount, test syntax fix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Aug 2006 18:34:13 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.66

libfuse.spec

index e676359b8be166465be2eae0185218356a4cc137..76958255f716ae9df73a2f0e03ac7fe558e67d75 100644 (file)
@@ -231,8 +231,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun
 /sbin/ldconfig
-if [ "$1" == "0" ] ; then
-    %groupremove fuse
+if [ "$1" = "0" ] ; then
+       %groupremove fuse
 fi
 
 %post -n kernel-misc-fuse
@@ -252,7 +252,7 @@ fi
 %defattr(644,root,root,755)
 %doc README NEWS ChangeLog AUTHORS doc/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fuse.conf
-%attr(4750,root,fuse) %{_bindir}/fusermount
+%attr(4754,root,fuse) %{_bindir}/fusermount
 %attr(755,root,root) /sbin/mount.fuse
 %attr(755,root,root) %{_libdir}/libfuse.so.*.*.*
 
This page took 0.025928 seconds and 4 git commands to generate.