Revision: 55072
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55072&view=rev
Author:   jordisayol
Date:     2013-04-06 00:17:10 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
Make /usr/brlcad and sub-directories to be owned by the rpm package.
If the rpm package don't owns these directories, yum will not remove them when 
uninstalling.

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

Modified: brlcad/trunk/sh/make_rpm.sh
===================================================================
--- brlcad/trunk/sh/make_rpm.sh 2013-04-05 22:16:14 UTC (rev 55071)
+++ brlcad/trunk/sh/make_rpm.sh 2013-04-06 00:17:10 UTC (rev 55072)
@@ -292,6 +292,7 @@
 echo -e '
 %files' >> $TMPDIR/brlcad.spec
 
+find $TMPDIR/tmp/usr/brlcad -type d | sed 's:'$TMPDIR'/tmp:%dir ":' | sed 
's:$:":' >> $TMPDIR/brlcad.spec
 find $TMPDIR/tmp/ ! -type d | sed 's:'$TMPDIR'/tmp:":' | sed 's:$:":' >> 
$TMPDIR/brlcad.spec
 
 # create rpm file

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


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to