This commit is contained in:
Sergey Zhemoytel 2024-10-25 14:11:43 +00:00
parent d00728ebe0
commit 45d54f6561

View file

@ -34,7 +34,7 @@ Free implementation of Heroes of the Might and Magic II engine.
You need to copy files from data and maps directories from original game You need to copy files from data and maps directories from original game
into your /usr/share/games/fheroes2/{maps,data} directories respectively. into your /usr/share/games/fheroes2/{maps,data} directories respectively.
%files %files
%doc changelog.txt LICENSE README.md %doc changelog.txt LICENSE README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/%{name} %{_datadir}/%{name}
@ -88,7 +88,7 @@ export CXXFLAGS="$CFLAGS"
%install %install
%makeinstall -C build %makeinstall -C build
# No automated install: # No automated install:
# 1) Create directory structure # 1) Create directory structure
#mkdir -p %{buildroot}%{_gamesbindir} #mkdir -p %{buildroot}%{_gamesbindir}
mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/{data,maps} mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/{data,maps}