diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-06-23 09:32:08 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-06-23 09:32:08 -0300 |
commit | 6c87714dc7cd310592dc0134894813b6af6a1b7d (patch) | |
tree | 7aee59d907162661d41cc3b9cbdfe0e6f0489cc1 | |
parent | 9f5de694da43d394522208b2c046c88f56cad7b0 (diff) | |
download | pfsense-6c87714dc7cd310592dc0134894813b6af6a1b7d.zip pfsense-6c87714dc7cd310592dc0134894813b6af6a1b7d.tar.gz |
Add local/www to the list of directories that needs to be symlink'd to reduce PBI differences between 2.1 and 2.2
-rw-r--r-- | etc/inc/pkg-utils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 9d521ed..1174f79 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -540,6 +540,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url = array("target" => "local/lib", "link_name" => "lib"), array("target" => "local/libexec", "link_name" => "libexec"), array("target" => "local/share", "link_name" => "share"), + array("target" => "local/www", "link_name" => "www"), array("target" => "local/etc", "link_name" => "etc") ); |