Skip to content

Commit

Permalink
fix dsc autonfigure settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 19, 2018
1 parent 9cb316a commit 38d8297
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webui/debian/rules
Expand Up @@ -18,9 +18,10 @@ export DH_VERBOSE = 1
# This has to be exported to make some magic below work.
export DH_OPTIONS = -v

#override_dh_auto_configure:
# autoreconf -fvi
# dh_auto_configure
override_dh_auto_configure:
dh_auto_configure -- -Dsysconfdir=/etc -Dconfdir=/etc/bareos -Dwebuiconfdir=/etc/bareos-webui


override_dh_install:
echo $(BAREOS_VERSION) > ./debian/bareos-webui/usr/share/bareos-webui/version.txt
dh_install
Expand Down

0 comments on commit 38d8297

Please sign in to comment.