mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
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
11 lines
210 B
Bash
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
|