Blob Blame History Raw
From 6c3ab1b2f3cc71b9bf54bff1a3ae5083e766d2c4 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Thu, 21 Mar 2013 18:45:25 +0400
Subject: [PATCH 5/6] Don't try to build installer

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 713ef4e..017a43a 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,6 @@ macosx: all lang
 unix: all lang
 	(cd plugins_src/jpeg; $(MAKE))
 	(cd plugins_src/jpeg; $(MAKE) lang)
-	unix/make_installer
 
 #
 # Build the source distribution.
-- 
1.8.1.4