Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5040

Modified Files:
        rpm.mk.in 
Log Message:
Be more restrictive in the files we remove #line from.

Index: rpm.mk.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/rpm.mk.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rpm.mk.in   10 Dec 2007 09:37:27 -0000      1.17
+++ rpm.mk.in   11 Dec 2007 12:01:20 -0000      1.18
@@ -63,6 +63,6 @@
 cleanup_distr:
        find MonetDB5-server-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh 
! -exec grep -q '^#!' {} \; -exec chmod a-x {} \;
        find MonetDB5-server-* -type f ! -name \*.in ! -name configure ! -name 
\*.spec -print | while read i; do test -f "$${i}.in" && rm -f "$${i}"; done || 
true
-       find MonetDB5-server-* -type f -exec sed -n -e "/^#line/!w 
$${TMPDIR:-/var/tmp}/mn-dist-$$$$" {} \; -exec chmod u+w {} \; -exec cp 
$${TMPDIR:-/var/tmp}/mn-dist-$$$$ {} \; && rm -f 
$${TMPDIR:-/var/tmp}/mn-dist-$$$$
+       find MonetDB5-server-* \( -name '*.[chm]' -o -name '*.cc' -o -name 
'*.mal' \) -exec sed -n -e "/^#line/!w $${TMPDIR:-/var/tmp}/mn-dist-$$$$" {} \; 
-exec chmod u+w {} \; -exec cp $${TMPDIR:-/var/tmp}/mn-dist-$$$$ {} \; && rm -f 
$${TMPDIR:-/var/tmp}/mn-dist-$$$$
 
 dist-hook: cleanup_distr


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to