Package: archvsync Version: 20170204 Severity: normal Tags: patch Dear Maintainer,
bin/ftpsync lines 1149-1440 are the same as lines 48-339. Patch attached. Thank you! Dan
--- Makefile.orig 2017-02-04 13:16:00.000000000 -0600
+++ Makefile 2017-03-14 00:00:00.000000000 -0500
@@ -10,7 +10,7 @@
sed \
-e '\#^\. .*/common"# {' -e 'r bin/common' -e 'd' -e '};' \
-e 's/^VERSION=.*$$/VERSION="${DEB_VERSION}"/;' \
- $^ > $@
+ $< > $@
install:
install -d ${DESTDIR}/${bindir} ${DESTDIR}/${examplesdir}

