Browse Source

Merge remote-tracking branch 'upstream/main' into ipv6

asmcc 3 years ago
parent
commit
0727dc581e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/hst_autocompile.sh

@@ -119,7 +119,7 @@ else
 	BUILD_ARCH='amd64'
 fi
 RPM_DIR="$BUILD_DIR/rpm/"
-DEB_DIR="$BUILD_DIR/deb/"
+DEB_DIR="$BUILD_DIR/deb"
 if [ -f '/etc/redhat-release' ]; then
 	BUILD_RPM=true
 	BUILD_DEB=false