Skip to content

Commit ef61414

Browse files
committed
remove extras from packaging
folder does not exist anymore
1 parent 592d638 commit ef61414

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ replace_vars = sed -e 's:%CONFIG_WORKER%:$(sysconfdir)/mod_gearman/worker.conf:g
108108
-e 's:%WORKERBIN%:$(bindir)/mod_gearman_worker:g' \
109109
-e 's:%USER%:$(user):g'
110110

111-
EXTRA_DIST = COPYING etc/*.in extras include \
111+
EXTRA_DIST = COPYING etc/*.in include \
112112
THANKS README docs/README.html Changes worker/initscript.in worker/daemon-systemd.in \
113113
support/mod_gearman.spec \
114114
t/data/* t/rc t/both t/killer t/sleep t/*.pl t/*.t \

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ override_dh_installinit:
1313

1414
override_dh_clean:
1515
rm -f compile depcomp install-sh missing
16-
rm -f extras/gearmand-init
1716
dh_clean
1817

1918
override_dh_auto_configure:

0 commit comments

Comments
 (0)