Ver código fonte

add Sql subsystem to debian package

Ivan Denisov 2 anos atrás
pai
commit
009ecefe06
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Deb/makePackage

+ 1 - 1
Deb/makePackage

@@ -3,7 +3,7 @@
 # use ./makePackage n 
 # n - is build number
 
-declare -a arr=("Comm" "Cons" "Dev" "Docu" "Form" "Fig" "Lin" "Obx" "Std" "System" "Text" "blackbox" "LICENSE.txt" "run-BlackBox")
+declare -a arr=("Comm" "Cons" "Dev" "Docu" "Form" "Fig" "Lin" "Obx" "Std" "Sql" "System" "Text" "blackbox" "LICENSE.txt" "run-BlackBox")
 
 version=`cat ../version.txt`
 buildNum=$@