From efa50adae48794ff7d929c4023abc96b82b9e287 Mon Sep 17 00:00:00 2001 From: LtWorf Date: Wed, 4 Mar 2009 21:22:42 +0000 Subject: [PATCH] fixed makefile git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@97 014f5005-505e-4b48-8d0a-63407b615a7c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daacdcc..69d558d 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ debian: mkdir -p data/DEBIAN #package description debscript/gencontrol.sh > data/DEBIAN/control - cp debscript/rules data/DEBIAN + #cp debscript/rules data/DEBIAN #Postrm file to remove optimized generated python files cp debscript/prerm data/DEBIAN/prerm cp debscript/postinst data/DEBIAN/postinst