From 77145e1a76e91ec718b750eb45ab3ab2ca999dbd Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Mon, 9 Jul 2012 04:13:03 -0500 Subject: [PATCH] script/makepkg: deinstall before attempting to install, just in case --- script/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/makepkg b/script/makepkg index 904cac9..0188629 100755 --- a/script/makepkg +++ b/script/makepkg @@ -474,7 +474,7 @@ port_load_deps() { port_build() { local port="${1}" meh "Building ${port}" - chmake "${port}" clean build install clean || wtf "port_build ${port} failed" + chmake "${port}" clean build deinstall install clean || wtf "port_build ${port} failed" } # Package a port -- 2.45.0