From 7922e67568707dc5c91083cfa6cf53717b2e1a07 Mon Sep 17 00:00:00 2001 From: "Wayne E. Seguin" Date: Wed, 6 Jun 2012 09:51:55 -0400 Subject: [PATCH] Install local file to install path. --- core/install/shell/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/shell/functions b/core/install/shell/functions index d72bda72..c759c687 100644 --- a/core/install/shell/functions +++ b/core/install/shell/functions @@ -6,7 +6,7 @@ install_initialize() cleanse_paths=( external completion modules extensions ) directories=( bin ) binaries=( sm sm-ll smp ) - files=( LICENSE VERSION README.md ) + files=( LICENSE VERSION README.md local ) aux_paths=( log tmp src ) configs=( user ) # TODO move this to /etc/sm/ and/or $HOME/.sm/ }