Skip to content

Commit 2022c4e

Browse files
committed
d/rules: change DESTDIR to debian/tmp
1 parent 223bf76 commit 2022c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/rules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export TIME=$(shell LANG=C date --date='@$(TIMESTAMP)' '+%T')
3131
kernel_version = @KERNEL_VERSION@
3232
configure_realtime_arg = @CONFIGURE_REALTIME_ARG@
3333
enable_build_documentation = @ENABLE_BUILD_DOCUMENTATION@
34-
DESTDIR=$(CURDIR)/debian/@MAIN_PACKAGE_NAME@
34+
DESTDIR=$(CURDIR)/debian/tmp
3535
DEV_PACKAGE_NAME=@MAIN_PACKAGE_NAME@-dev
3636

3737
%:

0 commit comments

Comments
 (0)