aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2019-04-08 13:52:45 +0200
committerFrederic Marec <frederic.marec@iot.bzh>2019-04-08 13:52:45 +0200
commitff6499bbf033a140e9bef196fe3da0bf659913e2 (patch)
tree398c7e935b7bf0944d5039ce1c510c10dc37a2e7
parent119d90923ab0837693263bd3b692f04b94acdd04 (diff)
Change sourcing following review 20926
Change-Id: I870bd467fef148458f5b2b7ceb01f9b30c84f268 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r--conf.d/packaging/deb/debian.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/packaging/deb/debian.rules b/conf.d/packaging/deb/debian.rules
index 2e00909..4fe1d6f 100644
--- a/conf.d/packaging/deb/debian.rules
+++ b/conf.d/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: