diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/packaging/deb/debian.rules | 2 |
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: |