diff options
author | Mohammed Hawari <mohammed@hawari.fr> | 2023-02-02 13:29:28 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-02-08 10:13:51 +0000 |
commit | 9db6db065a78003d5105a660d3e8ddf0cf889d16 (patch) | |
tree | 9f05c8f3c82ae71c11d99f8a8341f7cfc47c0080 /build/external/deb | |
parent | 11d9d02459ee3ac6ae402dd565aabbdfeea2c4fb (diff) |
build: allow skipping external-deps
Change-Id: I0e5090ec6978af0dc4baecc7654918cf40663f42
Signed-off-by: Mohammed Hawari <mohammed@hawari.fr>
Type: feature
Diffstat (limited to 'build/external/deb')
-rwxr-xr-x | build/external/deb/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/external/deb/debian/rules b/build/external/deb/debian/rules index cf4b4d989b4..901d4689766 100755 --- a/build/external/deb/debian/rules +++ b/build/external/deb/debian/rules @@ -26,6 +26,7 @@ override_dh_auto_configure: override_dh_install: make $(MAKE_ARGS) install + @mkdir -p $(INSTALL_DIR) dh_install -p$(PKG) --autodest /opt override_dh_shlibdeps: |