Subject: Fix amserverconfig path
Author: Bdale Garbee <bdale@gag.com>
Index: amanda/server-src/amserverconfig.pl
===================================================================
--- amanda.orig/server-src/amserverconfig.pl	2014-07-30 23:23:26.050585600 +0900
+++ amanda/server-src/amserverconfig.pl	2014-07-30 23:23:26.050585600 +0900
@@ -32,7 +32,7 @@
 
 my $confdir="$CONFIG_DIR";
 my $tmpdir="$AMANDA_DBGDIR";
-my $amandahomedir="$localstatedir/lib/amanda";
+my $amandahomedir="$localstatedir/amanda";
 my $templatedir="$amdatadir/template.d"; #rpm install template files here
 my $def_tapedev="file:$amandahomedir/vtapes";
 
