Parcourir la source

added +x for the newly added .py file

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1058 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
1bff985ad6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -200,5 +200,6 @@ AC_OUTPUT([src/bin/cfgmgr/b10-cfgmgr.py
            chmod +x src/bin/msgq/run_msgq.sh
            chmod +x src/bin/msgq/msgq_test
 	   chmod +x src/lib/dns/cpp/gen-rdatacode.py
+	   chmod +x src/lib/dns/cpp/tests/testdata/gen-wiredata.py
           ])
 AC_OUTPUT