From 4693381f5dcfede567a3d25c33669c59e28c05db Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 2 Feb 2014 22:55:06 +0100 Subject: [PATCH] pciutils: changed to use var_insert to inject PREFIX --- base/pciutils/pciutils.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base/pciutils/pciutils.conf b/base/pciutils/pciutils.conf index a1229d172..004d4f7ca 100644 --- a/base/pciutils/pciutils.conf +++ b/base/pciutils/pciutils.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../pciutils/pciutils.conf -# Copyright (C) 2006 - 2012 The OpenSDE Project +# Copyright (C) 2006 - 2014 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,8 +12,8 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -var_append makeopt ' ' "PREFIX=/$prefix" -var_append makeinstopt ' ' "PREFIX=/$prefix" +var_insert makeopt ' ' "PREFIX=/$prefix" +var_insert makeinstopt ' ' "PREFIX=/$prefix" # Makefile is using STRIP variable for 'install' commands strip option var_remove_regex makeopt ' ' "STRIP=.*"