Skip to content

Commit 307cbb8

Browse files
committed
d/rules: change DESTDIR to debian/tmp
1 parent a0792f6 commit 307cbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)