aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-04-23 11:54:15 +0200
committerFrédéric Marec <frederic.marec@iot.bzh>2019-04-30 07:19:42 +0000
commitf22ece15d75eb7a7bde6310890285643d5787a96 (patch)
treec6d760d564f6565ac5ff4316ec4f25854178e85e
parent6a869702e5d5099f156879f16d93a78b799afa2d (diff)
Bug-AGL: SPEC-2363 Change-Id: I4ccc2b1559617a00d9096b225e6a4f2af15534f6 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> (cherry picked from commit c32fc14acde7ef97ebaf99f17143618329f698c0)
-rw-r--r--packaging/deb/debian.rules2
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: