/[smeserver]/rpms/wv/sme7/wv-wvdvi-copy.patch
ViewVC logotype

Contents of /rpms/wv/sme7/wv-wvdvi-copy.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 17:53:59 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: wv-1_0_0-3_el4_sme, HEAD
Import on branch sme7 of package wv-1.0.0-3.el4.sme.src.rpm

1 --- ./wvDVI.in.copy 2004-05-14 07:27:41.000000000 +0200
2 +++ ./wvDVI.in 2004-05-14 07:29:43.000000000 +0200
3 @@ -299,5 +299,7 @@
4 exit 1
5 fi
6
7 -cp -f "$name".dvi "$o_file"
8 -rm -f "$name".dvi
9 +if [ "$name".dvi != "$o_file" ]; then
10 + cp -f "$name".dvi "$o_file"
11 + rm -f "$name".dvi
12 +fi

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed