Skip to content

Commit 82a9bba

Browse files
committed
debian/rules fix
1 parent fa36a8e commit 82a9bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ override_dh_auto_clean:
2121

2222
override_dh_auto_configure:
2323
mkdir -p debian/build
24-
cd debian/build && meson ../..
24+
meson debian/build
2525
meson configure -Dprefix=/usr
2626

2727
override_dh_auto_build:

0 commit comments

Comments
 (0)