Don't try to install default/gsm.conf as it was removed.
authorAndreas Eversberg <jolly@eversberg.eu>
Wed, 20 Jul 2011 07:18:59 +0000 (09:18 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Wed, 20 Jul 2011 07:18:59 +0000 (09:18 +0200)
Patch by: Janis
Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
Makefile.am

index 72ac86f..376b069 100644 (file)
@@ -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