Revision: 49139
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49139&view=rev
Author:   jordisayol
Date:     2012-01-29 11:30:53 +0000 (Sun, 29 Jan 2012)
Log Message:
-----------
Update deb/rpm building 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 2012-01-29 06:13:29 UTC (rev 49138)
+++ brlcad/trunk/sh/make_deb.sh 2012-01-29 11:30:53 UTC (rev 49139)
@@ -67,7 +67,7 @@
 
 # unknown parameter
 if test "$1" != "-s" && test "$1" != "-b" ; then
-    ferror "Unknown first argument '$!'." "Exiting..."
+    ferror "Unknown argument \"$1\"" "Exiting..."
 fi
 
 # test if in project root
@@ -100,8 +100,6 @@
     fcheck build-essential
     fcheck make 
     fcheck cmake
-    fcheck libtool
-    fcheck bc
     fcheck sed
     fcheck bison
     fcheck flex

Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2012-01-29 06:13:29 UTC (rev 49138)
+++ brlcad/trunk/sh/make_rpm.sh 2012-01-29 11:30:53 UTC (rev 49139)
@@ -86,8 +86,6 @@
     fcheck gcc-c++
     fcheck make
     fcheck cmake
-    fcheck libtool
-    fcheck bc
     fcheck sed
     fcheck bison
     fcheck flex
@@ -103,8 +101,6 @@
     fcheck gcc-c++
     fcheck make
     fcheck cmake
-    fcheck libtool
-    fcheck bc
     fcheck sed
     fcheck bison
     fcheck flex

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to