forked from I2P_Developers/i2p.i2p
ant: Fix debian-clean for bionic
It was calling `dh $@ --with systemd,bash-completion,quilt` and failing due to trying to reset the patches.
This commit is contained in:
1
debian/rules
vendored
1
debian/rules
vendored
@@ -54,6 +54,7 @@ endif
|
||||
dh $@ --with systemd,bash-completion,quilt
|
||||
|
||||
clean: createcopyright
|
||||
dh $@ --with systemd,bash-completion
|
||||
|
||||
override_dh_auto_clean:
|
||||
-[ -r $(CURDIR)/debian/routerversion.java.bak ] && mv -f $(CURDIR)/debian/routerversion.java.bak $(ROUTERVERSION)
|
||||
|
||||
Reference in New Issue
Block a user