]> git.pld-linux.org Git - packages/boson.git/commitdiff
- Updated hack: mv map map.foo > mv ./data/map ./data/map.foo
authoryoshi <yoshi@pld-linux.org>
Mon, 24 Nov 2003 16:43:55 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boson.spec -> 1.40

boson.spec

index 798de73f31dda64c82c6aae915c4a5d4c813905f..95ce082ba6c7dd7198a1fec651c7ceab9c6d50b3 100644 (file)
@@ -45,11 +45,11 @@ kde_htmldir=%{_htmldir}; export kde_htmldir
        --enable-final
 
 # %{__make} Fails becuse after including many QT headers gcc is unable to find <map> :/
-mv map map.foo
+mv ./data/map ./data/map.foo
 cd boson
 %{__make}
 cd ..
-mv map.foo map
+mv ./data/map.foo ./data/map
 %{__make}
 
 %install
This page took 0.05743 seconds and 4 git commands to generate.