From: Andreas Eversberg Date: Wed, 20 Jul 2011 07:18:59 +0000 (+0200) Subject: Don't try to install default/gsm.conf as it was removed. X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=d0698802a02138fe4462afdbf88cb47e3b528a18 Don't try to install default/gsm.conf as it was removed. Patch by: Janis Signed-off-by: Andreas Eversberg --- diff --git a/Makefile.am b/Makefile.am index 72ac86f..376b069 100644 --- a/Makefile.am +++ b/Makefile.am @@ -162,9 +162,6 @@ install-data-hook: echo "NOTE: routing.conf already exists, not changed." ; else \ cp -v default/routing.conf $(CONFIGdir) ; fi if ENABLE_GSM - @if test -a $(CONFIGdir)/gsm.conf ; then \ - echo "NOTE: gsm.conf already exists, not changed." ; else \ - cp -v default/gsm.conf $(CONFIGdir) ; fi @if test -a $(CONFIGdir)/openbsc.cfg ; then \ echo "NOTE: openbsc.cfg already exists, not changed." ; else \ cp -v default/openbsc.cfg $(CONFIGdir) ; fi