From 01af64cf1fb18ed152c87bd60c8140e0985c1943 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 1 Apr 2006 02:56:26 +1000 Subject: [PATCH] Add missing space in shellscript for building rpms darcs-hash:20060331165626-ac50b-922778808ac54955cf6b1a43e4ae5e2264ac6ae1.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e962ae8fa..f4a1cdfd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -542,7 +542,7 @@ fish-@PACKAGE_VERSION@.tar.bz2: fish-@PACKAGE_VERSION@.tar # Create .rpm file for the current systems architecture and an # .src.rpm file. rpm: fish-@PACKAGE_VERSION@.tar.bz2 - @if !which rpmbuild; then \ + @if ! which rpmbuild; then \ echo Could not find the rpmbuild command, needed to build an rpm; \ echo You may be able to install it using the following command:; \ echo \'yum install rpm-build\'; \