From 9447f6f7382451f3962b4d83a223d44c31f44c63 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Oct 2008 01:43:48 +0200 Subject: [PATCH] Passing --prefix=/ is redundant, just use an empty value. --HG-- extra : convert_revision : 314499d7133bee4bd805c379061afb0a382eb260 --- xbps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps.sh b/xbps.sh index a958c8f5571..c83b9eef051 100755 --- a/xbps.sh +++ b/xbps.sh @@ -692,7 +692,7 @@ configure_src_phase() if [ -z "$base_package" ]; then _prefix=/usr else - _prefix=/ + _prefix= fi #