summaryrefslogtreecommitdiff
path: root/dh_elpa.in
diff options
context:
space:
mode:
Diffstat (limited to 'dh_elpa.in')
-rwxr-xr-xdh_elpa.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_elpa.in b/dh_elpa.in
index 8803f42..d0938bc 100755
--- a/dh_elpa.in
+++ b/dh_elpa.in
@@ -258,9 +258,9 @@ Here is an example of using the helper in a dh(1) style debian/rules
=over 4
-override_dh_install:
- dh_install
- dh_elpa
+ #!/usr/bin/make -f
+ %:
+ dh $@ --with elpa
=back