Skip to content

Commit 238da91

Browse files
committed
pkg: fix debian/rules when GUI_MODE=1
1 parent 6c1e230 commit 238da91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export DH_VERBOSE = 1
2020
override_dh_auto_build:
2121
dh_auto_build -- all DEBUG=0 GUI_MODE=0
2222

23+
override_dh_auto_install:
24+
dh_auto_install -- all DEBUG=0 GUI_MODE=0
25+
2326
# dh_make generated override targets
2427
# This is example for Cmake (See https://bugs.debian.org/641051 )
2528
#override_dh_auto_configure:

0 commit comments

Comments
 (0)