aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-11 22:54:04 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-11 22:54:04 +0200
commit18b53db8401592fb7c21f2bbd442bc2fb0f27f0b (patch)
tree84c15bdada8d033e47e41921a14f1c931b9c85ab /Makefile.am
parenta6148db0ffb22e71986ce09a5a86105478ae1c91 (diff)
downloadudev-18b53db8401592fb7c21f2bbd442bc2fb0f27f0b.tar.gz
make: fix 'make tar-sync'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b670d53..40cea857 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/