Update of /cvsroot/monetdb/MonetDB4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7350
Modified Files:
rpm.mk.in
Log Message:
Remove #line directives from all packaged files to avoid confusion.
Made a command more portable by not using \{i%.in}.
Index: rpm.mk.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/rpm.mk.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- rpm.mk.in 3 Dec 2007 08:24:35 -0000 1.15
+++ rpm.mk.in 6 Dec 2007 10:02:47 -0000 1.16
@@ -63,6 +63,7 @@
cleanup_distr:
find MonetDB4-server-* -perm -0100 -type f ! -name \*.bat ! -name \*.sh
! -exec grep -q '^#!' {} \; -exec chmod a-x {} \;
- find MonetDB4-server-* -name \*.in ! -name configure.in ! -name
\*.spec.in -print | while read i; do test -f $${i%.in} && rm -f $${i%.in}; done
|| true
+ find MonetDB4-server-* -type f ! -name \*.in ! -name configure ! -name
\*.spec -print | while read i; do test -f "$${i}.in" && rm -f "$${i}"; done ||
true
+ find MonetDB4-server-* -type f -exec sed -n -e "/^#line/!w
$${TMPDIR:-/var/tmp}/mn-dist-$$$$" {} \; -exec mv -f
$${TMPDIR:-/var/tmp}/mn-dist-$$$$ {} \;
dist-hook: cleanup_distr
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins