Skip to content

Commit 287caf8

Browse files
committed
fix dpkg-buildpackage call when using faketime (not separate command)
1 parent 2832203 commit 287caf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libdeckdebuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def deckdebuild(
169169

170170
if faketime:
171171
faketime_fmt = debsource.get_mtime(path).strftime("%Y-%m-%d %H:%M:%S")
172-
build_cmd += f"faketime -f {shlex.quote(faketime_fmt)};"
172+
build_cmd += f"faketime -f {shlex.quote(faketime_fmt)} "
173173

174174
if build_source:
175175
build_cmd += (

0 commit comments

Comments
 (0)