chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1686: egg install scripts don't have to rm before install


From: Chicken Trac
Subject: #1686: egg install scripts don't have to rm before install
Date: Mon, 09 Mar 2020 20:03:48 -0000

#1686: egg install scripts don't have to rm before install
-------------------------------------+-------------------------------------
            Reporter:  Mario         |       Type:  enhancement
  Domenech Goulart                   |
              Status:  new           |   Priority:  not urgent at all
           Milestone:  5.3           |  Component:  core libraries
             Version:  5.2.0         |   Keywords:  install, rm, chicken-
Estimated difficulty:                |  install
-------------------------------------+-------------------------------------
 Currently, chicken-install generates egg install scripts with the
 following pattern to install files:

 {{{
 rm -f ${DESTDIR}'<dest file>'
 install -m 755 '<orig file>' ${DESTDIR}'<dest file>'

 }}}

 {{{install}}} already unlinks files before copying them, so the call to
 {{{rm}}} doesn't seem to be necessary.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1686>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]