Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Feb 2, 2011
2 parents a922562 + bd7fbbf commit 456a628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion agner.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{homepage, "http://agner.github.com/"}.
{rebar_compatible, true}.
{license, "BSD"}.
{url, {git, "https://github.com/agner/agner.git", {tag, "v0.3.9"}}}.
{url, {git, "https://github.com/agner/agner.git", {tag, "v0.4.2"}}}.
{applications, [agner]}.
{install_command, "$AGNER_PACKAGE_REPO/install.sh"}.
{bin_files, ["bin/agner"]}.
5 changes: 0 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#! /bin/sh
mkdir -p $AGNER_INSTALL_PREFIX/bin
cp agner $AGNER_INSTALL_PREFIX/bin
echo && echo You might want to replace your current agner:
echo && echo $ cp $AGNER_INSTALL_PREFIX/bin/agner $AGNER
echo && echo Or you can remove it and create a symolic link:
echo && echo $ rm $AGNER && echo $ ln -s $AGNER_INSTALL_PREFIX/bin/agner $AGNER
echo && echo This is not done automatically because $AGNER might be under management of other package manager or be a local private copy

0 comments on commit 456a628

Please sign in to comment.