Commit de6b9013f19bc19c92bf7402a393d482c91c6cd6

Authored by Perry Werneck
1 parent 91a36088

Updating windows package (Build on OBS is still failing).

win/mingw32-lib3270.spec
... ... @@ -105,7 +105,7 @@ make all
105 105  
106 106 %{_mingw32_strip} \
107 107 --strip-all \
108   - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
  108 + .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
109 109  
110 110 %install
111 111 %{_mingw32_makeinstall}
... ...
win/mingw64-lib3270.spec
... ... @@ -105,7 +105,7 @@ make all
105 105  
106 106 %{_mingw64_strip} \
107 107 --strip-all \
108   - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
  108 + .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION}
109 109  
110 110 %install
111 111 %{_mingw64_makeinstall}
... ...