head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.08.04.20.07.19;	author mezz;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 302029 on 2012-08-04 20:07:19Z by mezz

Add missing patches.... Wasn't pay attention when I ran 'cvs add'...
@
text
@--- Makefile.orig	2012-08-04 12:35:50.000000000 -0500
+++ Makefile	2012-08-04 12:36:10.000000000 -0500
@@@@ -239,7 +239,7 @@@@
 	@@if [ -d $(BUILD_DIR)/man/man1 ]; then \
 	  mkdir -p $(INSTALL_DIR)/share/man/man1; \
 	fi
-	@@$(if $(wildcard $(BUILD_DIR)/man/man1/*.1.gz),$(INSTALL) -r $(BUILD_DIR)/man/man1/*.1.gz $(INSTALL_DIR)/share/man/man1)
+	@@$(if $(wildcard $(BUILD_DIR)/man/man1/*.1),$(INSTALL) -r $(BUILD_DIR)/man/man1/*.1 $(INSTALL_DIR)/share/man/man1)
 	@@printf "Installation to $(INSTALL_DIR)/share/man done.[K\n"
 
 install: install-lib install-share install-plugins install-packages install-node-packages install-man $(OPA_TOOLS) install-bin
@
