瀏覽代碼

add Sql subsystem to debian package

Ivan Denisov 2 年之前
父節點
當前提交
009ecefe06
共有 1 個文件被更改,包括 1 次插入1 次删除
  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=$@