diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-28 14:59:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 6052a66182ea460d46aaeef2e3af3c28931ffa0b (patch) | |
tree | 040f7ec9699bdfbc44ac0fdbda07875191881639 | |
parent | a72c41671932e2d86fb5154ebb24e02bd54cdd67 (diff) | |
download | slackbuilds-6052a66182ea460d46aaeef2e3af3c28931ffa0b.tar.gz |
ham/cwstation: Fixed to build with automake-1.15.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | ham/cwstation/cwstation.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/cwstation/cwstation.SlackBuild b/ham/cwstation/cwstation.SlackBuild index 99ce5b4748..4cac1b33af 100644 --- a/ham/cwstation/cwstation.SlackBuild +++ b/ham/cwstation/cwstation.SlackBuild @@ -58,7 +58,7 @@ rm INSTALL rm depcomp rm install-sh rm missing -AUTOMAKE=/usr/share/automake-1.14 +AUTOMAKE=/usr/share/automake-1.15 ln -s $AUTOMAKE/COPYING COPYING ln -s $AUTOMAKE/INSTALL INSTALL ln -s $AUTOMAKE/depcomp depcomp |