|
From: <lor...@us...> - 2006-10-25 21:10:19
|
Revision: 238
http://svn.sourceforge.net/mp3roaster/?rev=238&view=rev
Author: lorenzo1
Date: 2006-10-25 14:04:16 -0700 (Wed, 25 Oct 2006)
Log Message:
-----------
Fixed my typo in Makefile
Modified Paths:
--------------
trunk/mp3roaster/Makefile
Modified: trunk/mp3roaster/Makefile
===================================================================
--- trunk/mp3roaster/Makefile 2006-10-25 20:56:16 UTC (rev 237)
+++ trunk/mp3roaster/Makefile 2006-10-25 21:04:16 UTC (rev 238)
@@ -40,7 +40,7 @@
# MAN PAGES
@echo -n -e "\t* Installing manual ................ "
@install -D -m 0644 mp3roaster.1 $(MANPATH)/man1/mp3roaster.1
- gzip $MANPATH/man1/mp3roaster.1
+ @gzip $MANPATH/man1/mp3roaster.1
@echo "done."
# DOCUMENTS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|