mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
Move plugins back to /usr/lib/quakeforge/plugins where Debian policy wants
them.
This commit is contained in:
parent
a2cf42c8fd
commit
975d5aa8db
1 changed files with 10 additions and 10 deletions
20
debian/rules
vendored
20
debian/rules
vendored
|
@ -44,7 +44,7 @@ configure-stamp:
|
|||
--disable-xmms \
|
||||
--mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info \
|
||||
--with-plugin-path=\$${prefix}/share/games/quake/QFplugins \
|
||||
--with-plugin-path=\$${prefix}/lib/quakeforge/plugins \
|
||||
--with-clients=glx,sdl,sgl,svga,x11 \
|
||||
--with-servers=master,nq,qw
|
||||
|
||||
|
@ -96,12 +96,12 @@ install: build
|
|||
usr/lib/libQFmodels.so.* \
|
||||
usr/lib/libQFsound.so.* \
|
||||
usr/lib/libQFutil.so.* \
|
||||
usr/share/games/quake/QFplugins/cd_linux.so* \
|
||||
usr/share/games/quake/QFplugins/cd_null.so* \
|
||||
usr/share/games/quake/QFplugins/console_client.so* \
|
||||
usr/share/games/quake/QFplugins/snd_output_disk.so* \
|
||||
usr/share/games/quake/QFplugins/snd_output_null.so* \
|
||||
usr/share/games/quake/QFplugins/snd_render_default.so*
|
||||
usr/lib/quakeforge/plugins/cd_linux.so* \
|
||||
usr/lib/quakeforge/plugins/cd_null.so* \
|
||||
usr/lib/quakeforge/plugins/console_client.so* \
|
||||
usr/lib/quakeforge/plugins/snd_output_disk.so* \
|
||||
usr/lib/quakeforge/plugins/snd_output_null.so* \
|
||||
usr/lib/quakeforge/plugins/snd_render_default.so*
|
||||
dh_installdocs -p$(common) NEWS TODO
|
||||
dh_installchangelogs -p$(common) ChangeLog
|
||||
|
||||
|
@ -151,7 +151,7 @@ install: build
|
|||
usr/games/qw-master \
|
||||
usr/games/qw-server \
|
||||
usr/games/nq-server \
|
||||
usr/share/games/quake/QFplugins/console_server.so*
|
||||
usr/lib/quakeforge/plugins/console_server.so*
|
||||
install -d -m755 debian/$(servers)/usr/share/doc
|
||||
ln -s $(common) debian/$(servers)/usr/share/doc/$(servers)
|
||||
|
||||
|
@ -192,13 +192,13 @@ install: build
|
|||
|
||||
# quakeforge-alsa
|
||||
dh_movefiles -p$(alsa) --sourcedir=$(tmp) \
|
||||
usr/share/games/quake/QFplugins/snd_output_alsa0_9.so*
|
||||
usr/lib/quakeforge/plugins/snd_output_alsa0_9.so*
|
||||
install -d -m755 debian/$(alsa)/usr/share/doc
|
||||
ln -s $(common) debian/$(alsa)/usr/share/doc/$(alsa)
|
||||
|
||||
# quakeforge-oss
|
||||
dh_movefiles -p$(oss) --sourcedir=$(tmp) \
|
||||
usr/share/games/quake/QFplugins/snd_output_oss.so*
|
||||
usr/lib/quakeforge/plugins/snd_output_oss.so*
|
||||
install -d -m755 debian/$(oss)/usr/share/doc
|
||||
ln -s $(common) debian/$(oss)/usr/share/doc/$(oss)
|
||||
|
||||
|
|
Loading…
Reference in a new issue