mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Remove mention of qfpc from the spec file.
qfpc has been "merged" into qfcc, so no need to delete it.
This commit is contained in:
parent
5bbb76194f
commit
147bac0280
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ mkdir -p $RPM_BUILD_ROOT/%{fs_sharepath}/id1
|
|||
find $RPM_BUILD_ROOT/usr/lib/quakeforge -name '*.a' -exec rm {} \;
|
||||
find $RPM_BUILD_ROOT/usr/lib/quakeforge -name '*.la' -exec rm {} \;
|
||||
rm $RPM_BUILD_ROOT/usr/bin/hw-master
|
||||
rm $RPM_BUILD_ROOT/usr/bin/qfpc
|
||||
find $RPM_BUILD_ROOT/usr/lib -name 'libQFrenderer_sw32.*' -exec rm {} \;
|
||||
#FIXME until I feel like making packages
|
||||
rm $RPM_BUILD_ROOT/usr/bin/qtv
|
||||
|
|
Loading…
Reference in a new issue