mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
packaging menu.dat is currently not a good idea due to lack of a clean
place to put it. id1 and qw are essentially sacrosanct
This commit is contained in:
parent
fba516e70b
commit
eff63a6fe4
1 changed files with 2 additions and 3 deletions
|
@ -289,9 +289,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%doc COPYING INSTALL TODO doc/*
|
||||
%attr(-,root,root) %dir %{fs_sharepath}
|
||||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
||||
%attr(-,root,root) %{fs_sharepath}/id1/menu.dat*
|
||||
|
||||
%files common
|
||||
%attr(-,root,root) /etc/quakeforge.conf
|
||||
|
@ -426,6 +423,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(-,root,root) %{_prefix}/man/man1/qfvis.1.gz
|
||||
|
||||
%files stub
|
||||
%attr(-,root,root) %dir %{fs_sharepath}
|
||||
%attr(-,root,root) %dir %{fs_sharepath}/id1
|
||||
|
||||
%post stub
|
||||
if test -f %{fs_sharepath}/id1/pak0.pak; then
|
||||
|
|
Loading…
Reference in a new issue