diff options
Diffstat (limited to 'network/iojs/iojs.SlackBuild')
-rw-r--r-- | network/iojs/iojs.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/iojs/iojs.SlackBuild b/network/iojs/iojs.SlackBuild index 8bdf6ca4b5..771e2fd014 100644 --- a/network/iojs/iojs.SlackBuild +++ b/network/iojs/iojs.SlackBuild @@ -25,7 +25,7 @@ # not, see <http://www.gnu.org/licenses/>. PRGNAM=iojs -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,7 +98,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r install -D -m 644 $CWD/npm.sh $PKG/usr/share/bash-completion/completions/npm # Remove unneeded files. -find $PKG/usr \( -name '.git*' -o -name '.travis.yml' \) -exec rm -f {} \; +find $PKG/usr \( -name '.git*' \) -exec rm -f {} \; # Set NODE_PATH to look for globally installed modules. mkdir -p $PKG/etc/profile.d |