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

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

Index: rpm.mk.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/rpm.mk.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- rpm.mk.in   10 Dec 2007 09:03:49 -0000      1.27
+++ rpm.mk.in   10 Dec 2007 09:37:15 -0000      1.28
@@ -56,6 +56,6 @@
 cleanup_distr:
        find MonetDB-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh ! -exec 
grep -q '^#!' {} \; -exec chmod a-x {} \;
        find MonetDB-* -type f ! -name \*.in ! -name configure ! -name \*.spec 
-print | while read i; do test -f "$${i}.in" && rm -f "$${i}"; done || true
-       find MonetDB-* -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 MonetDB-* -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