From 257eb5af40b218efffe5706a268bac9a85df2227 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 Mar 2012 22:06:30 -0400 Subject: Typo fix. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index aabdcd15..815a1f79 100644 --- a/SConstruct +++ b/SConstruct @@ -1573,7 +1573,7 @@ if os.path.exists("gpsd.c") and os.path.exists(".gitignore"): env.Clean(tarball, ["gpsd-${VERSION}.tar.gz", "packaging/rpm/gpsd.spec"]) # Make RPM from the specfile in packaging - Utility('dist-rpm', tarball, 'rpmbuild -ta gpsd-${VERSION}.tar.g') + Utility('dist-rpm', tarball, 'rpmbuild -ta gpsd-${VERSION}.tar.gz') # Make sure build-from-tarball works. testbuild = Utility('testbuild', [tarball], [ -- cgit v1.2.1