Skip to content

Commit fb85fcd

Browse files
authored
* Backend Port: Multirow and multiport support Preparation for IPV6 support * Backend Port: Alignment to main version on GitHub * Backend Port: 'grub -m 1' for two additional scripts * src/hst_autocompile.sh: Remove unnecessary / after
1 parent 997cfd6 commit fb85fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ else
119119
BUILD_ARCH='amd64'
120120
fi
121121
RPM_DIR="$BUILD_DIR/rpm/"
122-
DEB_DIR="$BUILD_DIR/deb/"
122+
DEB_DIR="$BUILD_DIR/deb"
123123
if [ -f '/etc/redhat-release' ]; then
124124
BUILD_RPM=true
125125
BUILD_DEB=false

0 commit comments

Comments
 (0)