Package: vmatch / 2.3.1+dfsg-9

no-symlink.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Do not create symlinks
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2020-01-03
--- a/src/bin/mklink.sh
+++ b/src/bin/mklink.sh
@@ -17,7 +17,7 @@
   echo "${destfile} does not exist"
   exit 1
 fi
-cmd="ln -sf ${destfile} Makedef"
+cmd="cp ${destfile} Makedef"
 ${cmd}
 
 TMPFILE=makefile.$$