Test update to hg source code from 2016/11/28
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=53
This commit is contained in:
15
clisp-link.dif
Normal file
15
clisp-link.dif
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
src/clisp-link.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- src/clisp-link.in
|
||||
+++ src/clisp-link.in 2016-11-29 12:56:40.625559126 +0000
|
||||
@@ -578,7 +578,7 @@ case "$1" in
|
||||
# when running "CLISP=./clisp ./clisp-link install <modname>"
|
||||
# in the build directory, avoid "cp: `...' and `...' are the same file"
|
||||
if [ "${absolute_moduledir}" != "${absdestdir}/$moduledir" ]; then
|
||||
- make clisp-module-distrib LN=${INSTALL_DATA-cp} distribdir="${absdestdir}/$moduledir"
|
||||
+ make clisp-module-distrib LN="${INSTALL_DATA-cp}" distribdir="${absdestdir}/$moduledir"
|
||||
mkdir -p ${absdestdir}/${DYNMOD};
|
||||
for f in ${DYNDIR_FILES}; do
|
||||
cp ${f} ${absdestdir}/${DYNMOD}/
|
Reference in New Issue
Block a user