From: Mukund Sivaraman Date: Fri, 3 Aug 2012 20:40:42 +0000 (+0530) Subject: [2171] Remove redundant mkdir (already exists in cfgmgr) X-Git-Tag: trac2351_base~113^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46ad312845e75e7b1e8481efe5c84ef6dd98939d;p=thirdparty%2Fkea.git [2171] Remove redundant mkdir (already exists in cfgmgr) Besides, loadzone doesn't do anything with this directory. --- diff --git a/src/bin/loadzone/Makefile.am b/src/bin/loadzone/Makefile.am index a235d68bd0..74386ae891 100644 --- a/src/bin/loadzone/Makefile.am +++ b/src/bin/loadzone/Makefile.am @@ -20,10 +20,6 @@ b10-loadzone: b10-loadzone.py -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" b10-loadzone.py >$@ chmod a+x $@ -install-data-local: - $(mkinstalldirs) $(DESTDIR)/@localstatedir@/@PACKAGE@ -# TODO: permissions handled later - EXTRA_DIST += tests/normal/README EXTRA_DIST += tests/normal/dsset-subzone.example.com EXTRA_DIST += tests/normal/example.com