Skip to content

Commit 82eb30e

Browse files
committed
fix build
1 parent 725ef86 commit 82eb30e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

build/debian/rules

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
#!/usr/bin/make -f
22

3+
export PREFIX := /usr
4+
35
$(info SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH))
46

57
%:
68
dh $@
79

8-
.PHONY: override_dh_auto_install
10+
override_dh_auto_build:
11+
dh_auto_build --buildsystem=makefile -- --directory=..
12+
913
override_dh_auto_install:
10-
PREFIX=/usr dh_auto_install
14+
dh_auto_install --buildsystem=makefile -- --directory=../
15+
16+
override_dh_auto_clean:
17+
dh_auto_clean --buildsystem=makefile -- --directory=../

build/makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)