From 6a926339d99ddd8cb0e02972f03f59809d9e243a Mon Sep 17 00:00:00 2001 From: jim-p Date: Sat, 23 Jun 2012 22:05:13 -0400 Subject: Whoops, set proper architecture here. --- config/bandwidthd/bandwidthd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/bandwidthd') diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc index 3ef372b1..da7260bc 100644 --- a/config/bandwidthd/bandwidthd.inc +++ b/config/bandwidthd/bandwidthd.inc @@ -29,7 +29,7 @@ */ if (substr(trim(file_get_contents("/etc/version")),0,3) == "2.1") { - define('PKG_BANDWIDTHD_BASE', '/usr/pbi/bandwidthd-amd64/bandwidthd'); + define('PKG_BANDWIDTHD_BASE', '/usr/pbi/bandwidthd-' . php_uname("m") . '/bandwidthd'); } else { define('PKG_BANDWIDTHD_BASE', '/usr/local/bandwidthd'); } -- cgit v1.2.3