Browse Source

fix typo in debian scripts for runnig blackbox

Ivan Denisov 4 năm trước cách đây
mục cha
commit
6ef8165824
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      dev/deb/template/usr/bin/bbcb
  2. 1 1
      dev/deb/template/usr/bin/bbcb-shortcut

+ 1 - 1
dev/deb/template/usr/bin/bbcb

@@ -10,5 +10,5 @@ export LIBOVERLAY_SCROLLBAR=0
 
 # export LD_DEBUG=all
 env \
-	BB_STANDART_DIR="${standardDir}" BB_USE_DIR="${useDir}" \
+	BB_STANDARD_DIR="${standardDir}" BB_USE_DIR="${useDir}" \
 	"${standardDir}"/blackbox $@

+ 1 - 1
dev/deb/template/usr/bin/bbcb-shortcut

@@ -12,5 +12,5 @@ mkdir -p $useDir
 
 # export LD_DEBUG=all
 env \
-	BB_STANDART_DIR="${standardDir}" BB_USE_DIR="${useDir}" \
+	BB_STANDARD_DIR="${standardDir}" BB_USE_DIR="${useDir}" \
 	"${standardDir}"/blackbox