From 4443946f48e97d5633ef3200f9cadd931516562f Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 10 Jan 2000 13:04:34 +0000 Subject: Install packages with -U instead of -i. This should minimize the problems people have when they install the port without removing the previously installed version. --- devel/linux_devtools-7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/linux_devtools-7') diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index ecb33a678112..d433ce40d8ab 100644 --- a/devel/linux_devtools-7/Makefile +++ b/devel/linux_devtools-7/Makefile @@ -120,7 +120,7 @@ do-install: # @for R in ${DISTFILES}; do \ ${ECHO} $$R; \ - rpm -i ${RPMFLAGS} ${RPMDIR}/$$R; \ + rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ done # # Install updates -- cgit v1.2.3