diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-11 22:54:04 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-11 22:54:04 +0200 |
commit | 18b53db8401592fb7c21f2bbd442bc2fb0f27f0b (patch) | |
tree | 84c15bdada8d033e47e41921a14f1c931b9c85ab /Makefile.am | |
parent | a6148db0ffb22e71986ce09a5a86105478ae1c91 (diff) |
make: fix 'make tar-sync'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0b670d5340..40cea85709 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/ |