]> git.pld-linux.org Git - packages/shfs.git/commitdiff
- `df` fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 18 Jun 2004 13:46:28 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shfs.spec -> 1.27

shfs.spec

index 47da2c48cb036059639a83bf241db956d021d5d0..f02d49d64e0de452ab2c2fd39e9f68d2db77b771 100644 (file)
--- a/shfs.spec
+++ b/shfs.spec
@@ -17,6 +17,7 @@ Group:                Applications/System
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 016f49d71bc32eee2b5d11fc1600cfbe
 Patch0:                %{name}-opt.patch
+Patch1:                %{name}-df.patch
 URL:           http://shfs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.7}
@@ -77,7 +78,8 @@ Modu
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p0
 
 %build
 %if %{with kernel}
This page took 0.057747 seconds and 4 git commands to generate.