Revision: 43851
          http://brlcad.svn.sourceforge.net/brlcad/?rev=43851&view=rev
Author:   jordisayol
Date:     2011-03-11 20:01:15 +0000 (Fri, 11 Mar 2011)

Log Message:
-----------

modify deb/rpm building packages dependencies

Modified Paths:
--------------
    brlcad/trunk/sh/make_deb.sh
    brlcad/trunk/sh/make_rpm.sh

Modified: brlcad/trunk/sh/make_deb.sh
===================================================================
--- brlcad/trunk/sh/make_deb.sh 2011-03-11 16:51:33 UTC (rev 43850)
+++ brlcad/trunk/sh/make_deb.sh 2011-03-11 20:01:15 UTC (rev 43851)
@@ -103,6 +103,9 @@
 if test "$1" = "-b" ;then
     fcheck build-essential
     fcheck make
+    fcheck libtool
+    fcheck bc
+    fcheck sed
     fcheck bison
     fcheck flex
     fcheck libxi-dev

Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2011-03-11 16:51:33 UTC (rev 43850)
+++ brlcad/trunk/sh/make_rpm.sh 2011-03-11 20:01:15 UTC (rev 43851)
@@ -82,6 +82,9 @@
     fcheck fakeroot
     fcheck gcc-c++
     fcheck make
+    fcheck libtool
+    fcheck bc
+    fcheck sed
     fcheck bison
     fcheck flex
     fcheck libXi-devel
@@ -95,6 +98,9 @@
     fcheck fakeroot
     fcheck gcc-c++
     fcheck make
+    fcheck libtool
+    fcheck bc
+    fcheck sed
     fcheck bison
     fcheck flex
     fcheck libXi6-devel


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to