This commit is contained in:
Sergey Zhemoytel 2022-11-27 23:57:38 +03:00
parent e9076f7a8c
commit c68d067edb

View file

@ -61,7 +61,7 @@ This package provides game data for AstroMenace.
%prep
%setup -q
%patch0 -p0
#patch0 -p0
find . -name "*.cpp" -exec sed -i 's/\r//g' {} \;
find . -name "*.h" -exec sed -i 's/\r//g' {} \;
find . -name "*.cpp" -exec chmod 0644 {} \;