]> git.pld-linux.org Git - packages/crossmingw32-boost.git/commitdiff
- obsoleted wineprefixcreate replaced
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Wed, 29 Sep 2010 22:01:14 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-boost.spec -> 1.18

crossmingw32-boost.spec

index b5a7a749a8d19d54c05ebc367dd8b7d69396d869..419b9b5a01556a78801489110b3c26845b37f35d 100644 (file)
@@ -97,8 +97,8 @@ echo 'using gcc : : %{target}-g++ : <cxxflags>"%{rpmcxxflags}"' \
 %build
 %if %{with serialization}
 export WINEPREFIX=`pwd`/wineprefix
-wineprefixcreate
-cp %{_prefix}/bin/mingwm10.dll wineprefix/drive_c/windows/system32/
+install -d wineprefix/drive_c/windows/system32
+install %{_prefix}/bin/mingwm10.dll wineprefix/drive_c/windows/system32/
 %endif
 
 bjam \
This page took 0.115191 seconds and 4 git commands to generate.