K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-26T18:11:19.424236Z K 7 svn:log V 490 devel/p5-SVN-Access: Don't strip scripts The strip program from new binutils will complain if one tries to strip executables non-binaries. The INSTALL_PROGRAM macro tries to strip; for a perl script the INSTALL_SCRIPT macro is the correct one to use. Swapping the macros fixes this error: /usr/libexec/binutils224/elf/strip: /wrkdirs/devel/p5-SVN-Access/work/stage/usr/local/share/examples/ SVN-Access/svnaclmgr.pl: File format not recognized Approved by: just-fix-it blanket END