git: nrelease: Fix 'make restartpkgs'

Aaron LI aly at crater.dragonflybsd.org
Mon Oct 28 15:11:32 PDT 2019


commit 333a466d07d50b9e9a62d3707df76617fb1edeac
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Oct 28 23:39:29 2019 +0800

    nrelease: Fix 'make restartpkgs'
    
    'make restartpkgs' is broken because 'make install' would fail if the
    port is alreay installed.  Fix this issue by executing 'make deinstall'
    first, which would exit cleanly even if the port is not installed yet.

Summary of changes:
 nrelease/Makefile | 3 +++
 1 file changed, 3 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/333a466d07d50b9e9a62d3707df76617fb1edeac


-- 
DragonFly BSD source repository


More information about the Commits mailing list