patch-src_clisp-link_in 578 B

123456789101112
  1. $OpenBSD: patch-src_clisp-link_in,v 1.2 2015/10/06 11:37:06 jca Exp $
  2. --- src/clisp-link.in.orig Tue May 25 21:54:54 2010
  3. +++ src/clisp-link.in Mon Sep 28 20:59:27 2015
  4. @@ -382,6 +382,7 @@ case "$1" in
  5. lncp_some "$sourcedir" "$destinationdir" ${LISPRUN} lispinit.mem modules.h modules.o makevars ${FILES};
  6. else
  7. cp "$sourcedir"/modules.h "$destinationdir"/modules.h
  8. + chmod +w ""$destinationdir"/modules.h"
  9. FILES=`lncp_some "$sourcedir" "$destinationdir" ${FILES}`
  10. # Prepare the module directories and read their variables
  11. PRELOAD=''