Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(867)

Unified Diff: config/macos/make_dist.sh

Issue 338590043: [plaso] Replace binplist with biplist #1480 (Closed)
Patch Set: Changes after review Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config/macos/install.sh ('k') | config/macos/uninstall.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/macos/make_dist.sh
diff --git a/config/macos/make_dist.sh b/config/macos/make_dist.sh
index 833abf3e63dc79ccc2074cdb5e232ef95021e02a..c93aa72f651f123ead674b0a437bc7a3a56f64b2 100755
--- a/config/macos/make_dist.sh
+++ b/config/macos/make_dist.sh
@@ -8,7 +8,7 @@
EXIT_SUCCESS=0;
EXIT_FAILURE=1;
-DEPENDENCIES="PyYAML XlsxWriter artifacts backports.lzma bencode binplist certifi chardet construct dateutil dfdatetime dfvfs dfwinreg dpkt dtfabric efilter elasticsearch-py future hachoir-core hachoir-metadata hachoir-parser idna libbde libesedb libevt libevtx libewf libfsntfs libfvde libfwnt libfwsi liblnk libmsiecf libolecf libqcow libregf libscca libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm pefile psutil pycrypto pyparsing pysqlite pytsk3 pytz pyzmq requests six urllib3 yara-python";
+DEPENDENCIES="PyYAML XlsxWriter artifacts backports.lzma bencode biplist certifi chardet construct dateutil dfdatetime dfvfs dfwinreg dpkt dtfabric efilter elasticsearch-py future hachoir-core hachoir-metadata hachoir-parser idna libbde libesedb libevt libevtx libewf libfsntfs libfvde libfwnt libfwsi liblnk libmsiecf libolecf libqcow libregf libscca libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm pefile psutil pycrypto pyparsing pysqlite pytsk3 pytz pyzmq requests six urllib3 yara-python";
MACOS_VERSION=`sw_vers -productVersion | awk -F '.' '{print $1 "." $2}'`;
« no previous file with comments | « config/macos/install.sh ('k') | config/macos/uninstall.sh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b