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

Modified Files:
        rpm.mk.in 
Log Message:
Cleanup after yourself.

Index: rpm.mk.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/rpm.mk.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- rpm.mk.in   10 Dec 2007 09:04:01 -0000      1.16
+++ rpm.mk.in   10 Dec 2007 09:37:27 -0000      1.17
@@ -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-$$$$ {} \;
+       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-$$$$
 
 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