mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
add lib/ruamoko to the packages
This commit is contained in:
parent
be65608565
commit
d5e90852df
2 changed files with 3 additions and 1 deletions
|
@ -404,6 +404,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%attr(-,root,root) %{_prefix}/bin/qfcc
|
%attr(-,root,root) %{_prefix}/bin/qfcc
|
||||||
%attr(-,root,root) %{_prefix}/man/man1/qfcc.1.gz
|
%attr(-,root,root) %{_prefix}/man/man1/qfcc.1.gz
|
||||||
%attr(-,root,root) %{_prefix}/include/QF/ruamoko/*
|
%attr(-,root,root) %{_prefix}/include/QF/ruamoko/*
|
||||||
|
%attr(-,root,root) %{_prefix}/lib/ruamoko/*
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%attr(-,root,root) %{_prefix}/bin/pak
|
%attr(-,root,root) %{_prefix}/bin/pak
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -208,7 +208,8 @@ install: build
|
||||||
dh_movefiles -p$(QFCC) --sourcedir=$(tmp) \
|
dh_movefiles -p$(QFCC) --sourcedir=$(tmp) \
|
||||||
usr/bin/qfcc \
|
usr/bin/qfcc \
|
||||||
usr/share/man/man1/qfcc.1 \
|
usr/share/man/man1/qfcc.1 \
|
||||||
usr/include/QF/ruamoko/*
|
usr/include/QF/ruamoko/* \
|
||||||
|
usr/lib/ruamoko/*
|
||||||
install -d -m755 debian/$(QFCC)/usr/share/doc
|
install -d -m755 debian/$(QFCC)/usr/share/doc
|
||||||
ln -s $(common) debian/$(QFCC)/usr/share/doc/$(QFCC)
|
ln -s $(common) debian/$(QFCC)/usr/share/doc/$(QFCC)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue