pkg/deb: add workaround for cmake <= 2.8.10
PACKAGES are not exported with cmake <= 2.8.10 therefore always create lib/cmake directory that install doesn't fail
This commit is contained in:
Родитель
8c4e4364cd
Коммит
418735d8fa
|
@ -44,6 +44,8 @@ override_dh_strip:
|
|||
override_dh_install:
|
||||
rm -f debian/tmp/opt/freerdp-nightly/lib/libwinpr-makecert-tool.a
|
||||
rm -f debian/tmp/opt/freerdp-nightly/lib/freerdp/*.a
|
||||
mkdir -p debian/tmp/opt/freerdp-nightly/lib/cmake/
|
||||
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_clean:
|
||||
|
|
Загрузка…
Ссылка в новой задаче