diff --git a/debian/rules b/debian/rules index 363fb8834..8cb4f4c7e 100755 --- a/debian/rules +++ b/debian/rules @@ -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)