Revision: 54476
http://brlcad.svn.sourceforge.net/brlcad/?rev=54476&view=rev
Author: jordisayol
Date: 2013-02-25 14:11:35 +0000 (Mon, 25 Feb 2013)
Log Message:
-----------
fix uninstallable Linux rpm package on Fedora 18
Modified Paths:
--------------
brlcad/trunk/sh/make_rpm.sh
Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2013-02-25 13:53:29 UTC (rev 54475)
+++ brlcad/trunk/sh/make_rpm.sh 2013-02-25 14:11:35 UTC (rev 54476)
@@ -286,9 +286,7 @@
echo -e '
%files' >> $TMPDIR/brlcad.spec
-find $TMPDIR/tmp/ -type d | sed 's:'$TMPDIR'/tmp:%dir ":' | sed 's:$:":' >>
$TMPDIR/brlcad.spec
-find $TMPDIR/tmp/ -type f | sed 's:'$TMPDIR'/tmp:":' | sed 's:$:":' >>
$TMPDIR/brlcad.spec
-find $TMPDIR/tmp/ -type l | sed 's:'$TMPDIR'/tmp:":' | sed 's:$:":' >>
$TMPDIR/brlcad.spec
+find $TMPDIR/tmp/ ! -type d | sed 's:'$TMPDIR'/tmp:":' | sed 's:$:":' >>
$TMPDIR/brlcad.spec
# create rpm file
fakeroot rpmbuild -vv --buildroot=`pwd`/$TMPDIR/tmp -bb --target $ARCH
$TMPDIR/brlcad.spec > $TMPDIR/rpmbuild.log
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits