Skip to content

Commit bdb86d1

Browse files
change args order
1 parent a7f6dc5 commit bdb86d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deb-changelog-entry:
8080

8181
.PHONY: deb-dist
8282
deb-dist:
83-
dpkg-source -b . --compression=xz
83+
dpkg-source --compression=xz -b .
8484
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
8585
mkdir -p deb_dist
8686
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \

0 commit comments

Comments
 (0)