Skip to content

Commit e417106

Browse files
committed
DEB packages: correct use of tabs instead of spaces in rules.in
1 parent 936c346 commit e417106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/deb-in/rules.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ override_dh_auto_configure:
3939
-DINSTALL_LIB_DIR=lib/$(DEB_HOST_MULTIARCH) \
4040
-DWITH_JDBC=ON \
4141
-DWITH_SSL=system \
42-
@DEB_CMAKE_EXTRAS@
42+
@DEB_CMAKE_EXTRAS@
4343

4444
mkdir static && cd static && \
4545
cmake .. \
@@ -49,7 +49,7 @@ override_dh_auto_configure:
4949
-DINSTALL_LIB_DIR_STATIC=lib/$(DEB_HOST_MULTIARCH) \
5050
-DWITH_JDBC=ON \
5151
-DWITH_SSL=system \
52-
@DEB_CMAKE_EXTRAS@
52+
@DEB_CMAKE_EXTRAS@
5353

5454
touch $@
5555

0 commit comments

Comments
 (0)