]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- done. auto/ac/XFree86-driver-firegl-3_7_6-1
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 7 Apr 2004 19:56:43 +0000 (19:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl.spec -> 1.44

X11-driver-firegl.spec

index 7ca43e8c6e01199bd2345ac299713280dd1f8a22..cc3a3c61104818187a64b7589c9e4f3063c2561e 100644 (file)
@@ -123,7 +123,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        SUBDIRS=$PWD \
        O=$PWD \
        %{?with_verbose:V=1}
-    mv fglrx.ko fglrx-$cfg.ko
+    mv fglrx.ko ../fglrx-$cfg.ko
 done
 cd -
 %endif
@@ -138,10 +138,10 @@ cd -
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with kernel}
-cd lib/modules/fglrx/build_mod
+cd lib/modules/fglrx
 install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/misc
 
-install fglrx-%{?with_dist_files:up}%{!?with_dist_kernel:nondist}.ko \
+install fglrx-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
        $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/fglrx.ko
 %if %{with smp} && %{with dist_kernel}
 install fglrx-smp.ko \
This page took 0.08821 seconds and 4 git commands to generate.