Fix .deb packaging following review 21188 91/21191/3 7.0.2 guppy/7.0.2 guppy_7.0.2
authorFrederic Marec <frederic.marec@iot.bzh>
Tue, 23 Apr 2019 09:58:59 +0000 (11:58 +0200)
committerFrédéric Marec <frederic.marec@iot.bzh>
Tue, 30 Apr 2019 07:18:39 +0000 (07:18 +0000)
Bug-AGL: SPEC-2363

Change-Id: Ia9a4eed88b60039490ca4c880a0b731916b77f8f
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
(cherry picked from commit 886b1208a88e33030e462afcca3b535a9bac5cd9)

packaging/deb/debian.rules

index c4b4d59..4f41f53 100644 (file)
@@ -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: