From 18b53db8401592fb7c21f2bbd442bc2fb0f27f0b Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 11 Jul 2011 22:54:04 +0200 Subject: [PATCH] make: fix 'make tar-sync' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0b670d534..40cea8570 100644 --- a/Makefile.am +++ b/Makefile.am @@ -694,7 +694,7 @@ git-sync: git push --tags $(VERSION) tar-sync: - scp udev-$(VERSION).gz master.kernel.org:/pub/linux/utils/kernel/hotplug/ + scp udev-$(VERSION).tar.gz master.kernel.org:/pub/linux/utils/kernel/hotplug/ doc-sync: rsync -av udev/*.html master.kernel.org:/pub/linux/utils/kernel/hotplug/udev/ -- 2.30.2