From 1ed3b1934b9711a246fc4d851f40f4ebc5af45f7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 14 Jan 2015 02:54:25 -0700 Subject: [PATCH] ChangeLog -> CHANGELOG.md --- setup-ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index 2a2780a..633e36b 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -50,7 +50,7 @@ if [ -n "${IOJS_VER}" ]; then -o "/tmp/iojs-${IOJS_VER}-linux-${ARCH}.tar.gz" pushd /tmp tar xf /tmp/iojs-${IOJS_VER}-linux-${ARCH}.tar.gz - rm iojs-${IOJS_VER}-linux-x64/{LICENSE,ChangeLog,README.md} + rm iojs-${IOJS_VER}-linux-x64/{LICENSE,CHANGELOG.md,README.md} sudo rsync -a "/tmp/iojs-${IOJS_VER}-linux-${ARCH}/" /usr/local/ sudo chown -R $(whoami) /usr/local fi