Skip to content

Commit

Permalink
Maybe this will fix the elementary build
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 14, 2018
1 parent a77452e commit ff418fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ override_dh_auto_configure:
PYTHONUSERBASE=${CURDIR}/peewee pip3 install --user peewee
cd debian/build && meson --prefix=/usr ../..

DIRS = .
FILES = $(shell find -type f -name '*.*')

override_dh_auto_build:
# Fix for meson 0.44.0
ls -al
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
sed -i -e 's%/data/ui/data/ui%/data/ui%g' $(FILES)
sed -i -e 's%/data/img/data/img%/data/img%g' $(FILES)
cd debian/build && ninja -v

override_dh_auto_install:
Expand Down

0 comments on commit ff418fd

Please sign in to comment.