mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 07:32:02 +00:00
debian: Don't do make .shlibs for plugins
This commit is contained in:
parent
af8e2020da
commit
e1843f6273
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -220,7 +220,7 @@ binary-arch: build install
|
||||||
dh_link
|
dh_link
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
dh_makeshlibs -V
|
dh_makeshlibs -V -Xplugins
|
||||||
# You may want to make some executables suid here.
|
# You may want to make some executables suid here.
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
dh_shlibdeps
|
||||||
|
|
Loading…
Reference in a new issue