aboutsummaryrefslogtreecommitdiffstats
path: root/nacl/package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/package.rb')
-rw-r--r--nacl/package.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/nacl/package.rb b/nacl/package.rb
index f4f50f24ed..9ba95888c4 100644
--- a/nacl/package.rb
+++ b/nacl/package.rb
@@ -15,7 +15,11 @@ include NaClConfig
class Installation
include NaClConfig
- SRC_DIRS = [ Dir.pwd, HOST_LIB ]
+ SRC_DIRS = [
+ Dir.pwd,
+ HOST_LIB,
+ NACL_LIB,
+ ]
def initialize(destdir)
@destdir = destdir