mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
pkg/deb: fix nightly builds
with the latest cmake changes related to static channels builds fail on wheezy and precise this fixes the problem.
This commit is contained in:
parent
e83f97b64a
commit
7b9881ef6a
@ -36,6 +36,7 @@ override_dh_strip:
|
|||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
mkdir -p debian/tmp/opt/freerdp-nightly/lib/cmake/
|
mkdir -p debian/tmp/opt/freerdp-nightly/lib/cmake/
|
||||||
|
rm -rf debian/tmp/opt/freerdp-nightly/lib/freerdp/*.a
|
||||||
|
|
||||||
dh_install --fail-missing
|
dh_install --fail-missing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user