Commit de6b9013f19bc19c92bf7402a393d482c91c6cd6
1 parent
91a36088
Exists in
master
and in
3 other branches
Updating windows package (Build on OBS is still failing).
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
win/mingw32-lib3270.spec
@@ -105,7 +105,7 @@ make all | @@ -105,7 +105,7 @@ make all | ||
105 | 105 | ||
106 | %{_mingw32_strip} \ | 106 | %{_mingw32_strip} \ |
107 | --strip-all \ | 107 | --strip-all \ |
108 | - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | 108 | + .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} |
109 | 109 | ||
110 | %install | 110 | %install |
111 | %{_mingw32_makeinstall} | 111 | %{_mingw32_makeinstall} |
win/mingw64-lib3270.spec
@@ -105,7 +105,7 @@ make all | @@ -105,7 +105,7 @@ make all | ||
105 | 105 | ||
106 | %{_mingw64_strip} \ | 106 | %{_mingw64_strip} \ |
107 | --strip-all \ | 107 | --strip-all \ |
108 | - .bin/lib3270/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} | 108 | + .bin/Release/*.dll.%{MAJOR_VERSION}.%{MINOR_VERSION} |
109 | 109 | ||
110 | %install | 110 | %install |
111 | %{_mingw64_makeinstall} | 111 | %{_mingw64_makeinstall} |