]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- bcond comment causes build to fail
authorpascalek <pascalek@pld-linux.org>
Wed, 25 Apr 2007 11:08:44 +0000 (11:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- module moved to proper location

Changed files:
    aufs.spec -> 1.5

aufs.spec

index ea4f3f491d9018ecafba99bdf1c49ad5675742e9..1d0681a56f27459e94b3f94391da0d25bf1efdf7 100644 (file)
--- a/aufs.spec
+++ b/aufs.spec
@@ -4,7 +4,7 @@
 %bcond_without kernel          # don't build kernel modules
 %bcond_without userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=1)
-%bcond_without vserver         # kernel build --without vserver & grsecurity
+%bcond_without vserver         # kernel build without vserver & grsecurity
 
 %if %{without kernel}
 %undefine      with_dist_kernel
@@ -102,7 +102,7 @@ cp -a include/linux fs/aufs
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with kernel}
-%install_kernel_modules -m fs/aufs/aufs -d fs
+%install_kernel_modules -m fs/aufs/aufs -d kernel/fs/aufs
 %endif
 
 %clean
@@ -117,7 +117,8 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with kernel}
 %files -n kernel%{_alt_kernel}-fs-aufs
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/fs/*.ko*
+%dir /lib/modules/%{_kernel_ver}/kernel/fs/aufs
+/lib/modules/%{_kernel_ver}/kernel/fs/aufs/*.ko*
 %endif
 
 %if %{with userspace}
This page took 0.073413 seconds and 4 git commands to generate.