diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-23 11:58:59 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-23 11:58:59 +0200 |
commit | 886b1208a88e33030e462afcca3b535a9bac5cd9 (patch) | |
tree | 1fc4a84d75a271271eeb4fc2d68a4879affdb25c /packaging | |
parent | a86a324f541b4028d9092152139bd31c8311d021 (diff) |
Fix .deb packaging following review 20926halibut_7.99.1halibut/7.99.17.99.1
Change-Id: Ia9a4eed88b60039490ca4c880a0b731916b77f8f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/deb/debian.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/deb/debian.rules b/packaging/deb/debian.rules index c4b4d59..4f41f53 100644 --- a/packaging/deb/debian.rules +++ b/packaging/deb/debian.rules @@ -5,7 +5,7 @@ export VERSION=$(shell grep -E "^Version" ../*dsc | sed -r 's/^.*: (.*)-.*/\1/') %: - bash /etc/profile.d/AGL-app-framework-binder.sh + bash /etc/profile.d/agl-app-framework-binder.sh dh $@ override_dh_auto_configure: |