ports/cad/scv/files/patch-scripts-copyFiles.sh.in
Martin Wilke 62872200a3 The SystemC Verification (SCV) library is an extension library to SystemC
which adds advanced verification capabilities to SystemC, including
constrained randomization, complex constraint solvers, data-structure
creation, Transaction Level Modeling (TLM), concurrency, and dynamic
resource allocation management.

WWW:	http://www.systemc.org/

PR:		ports/106822
Submitted by:	Peter Johnson
2006-12-22 09:09:38 +00:00

11 lines
210 B
Bash

--- scripts/copyFiles.sh.in.orig Thu Aug 7 08:38:02 2003
+++ scripts/copyFiles.sh.in Sat Dec 16 14:51:43 2006
@@ -7,7 +7,7 @@
cmd="ln -s"
shift
else
- cmd="cp"
+ cmd="install -m 644"
fi
srcdir=$1