We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592d638 commit ef61414Copy full SHA for ef61414
2 files changed
Makefile.am
@@ -108,7 +108,7 @@ replace_vars = sed -e 's:%CONFIG_WORKER%:$(sysconfdir)/mod_gearman/worker.conf:g
108
-e 's:%WORKERBIN%:$(bindir)/mod_gearman_worker:g' \
109
-e 's:%USER%:$(user):g'
110
111
-EXTRA_DIST = COPYING etc/*.in extras include \
+EXTRA_DIST = COPYING etc/*.in include \
112
THANKS README docs/README.html Changes worker/initscript.in worker/daemon-systemd.in \
113
support/mod_gearman.spec \
114
t/data/* t/rc t/both t/killer t/sleep t/*.pl t/*.t \
debian/rules
@@ -13,7 +13,6 @@ override_dh_installinit:
13
14
override_dh_clean:
15
rm -f compile depcomp install-sh missing
16
- rm -f extras/gearmand-init
17
dh_clean
18
19
override_dh_auto_configure:
0 commit comments