Skip to content

Commit

Permalink
Fix for meson 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 12, 2018
1 parent be8f0b5 commit d7cd09c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ override_dh_auto_configure:
cd debian/build && meson --prefix=/usr ../..

override_dh_auto_build:
# Fix for meson 0.44.0
sed -i -e 's#/data/ui/data/ui#/data/ui#g' debian/build/build.ninja
sed -i -e 's#/data/img/data/img#/data/img#g' debian/build/build.ninja
cd debian/build && ninja -v

override_dh_auto_install:
Expand Down

0 comments on commit d7cd09c

Please sign in to comment.