mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Update for the new qfcc headers/libs location.
This commit is contained in:
parent
07163e7522
commit
22072ee606
4 changed files with 5 additions and 7 deletions
|
@ -448,9 +448,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%attr(-,root,root) %{_prefix}/bin/qfcc
|
||||
%attr(-,root,root) %{_prefix}/bin/qfpreqcc
|
||||
%attr(-,root,root) %{_prefix}/share/man/man1/qfcc.1.gz
|
||||
%attr(-,root,root) %{_prefix}/include/QF/ruamoko/*
|
||||
%attr(-,root,root) %{_prefix}/lib/pkgconfig/qfcc.pc
|
||||
%attr(-,root,root) %{_prefix}/lib/ruamoko/*
|
||||
%attr(-,root,root) %{_prefix}/lib/qfcc/include/*
|
||||
%attr(-,root,root) %{_prefix}/lib/qfcc/lib/*
|
||||
|
||||
%files utils
|
||||
%attr(-,root,root) %{_prefix}/bin/pak
|
||||
|
|
3
debian/qfcc.install
vendored
3
debian/qfcc.install
vendored
|
@ -1,7 +1,6 @@
|
|||
usr/bin/qfcc
|
||||
usr/bin/qfpreqcc
|
||||
usr/bin/qfprogs
|
||||
usr/include/QF/ruamoko
|
||||
usr/lib/pkgconfig/qfcc.pc
|
||||
usr/lib/ruamoko
|
||||
usr/lib/qfcc
|
||||
usr/share/man/man1/qfcc.1
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -215,7 +215,7 @@ binary-arch: build install
|
|||
dh_installman -p$(maptools)
|
||||
dh_installman -p$(utils)
|
||||
dh_undocumented
|
||||
dh_strip -Xruamoko
|
||||
dh_strip -Xqfcc
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
|
@ -86,8 +86,7 @@ qfcc = [
|
|||
dir + "qfcc.pc",
|
||||
]
|
||||
qfcc_r = [
|
||||
dir + "include/QF/ruamoko",
|
||||
dir + "lib/ruamoko",
|
||||
dir + "lib/qfcc",
|
||||
]
|
||||
|
||||
devel = [
|
||||
|
|
Loading…
Reference in a new issue