Browse Source

pciutils: changed to use var_insert to inject PREFIX

stable/0.6
Christian Wiese 11 years ago
parent
commit
4693381f5d
  1. 6
      base/pciutils/pciutils.conf

6
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=.*"

Loading…
Cancel
Save