Skip to content

Commit

Permalink
FIX: Make sure that debian/usr/lib/multiflexi/ directory exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed May 4, 2024
1 parent 5bd88e3 commit bfec023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -13,6 +13,7 @@

override_dh_install:
dh_install
mkdir -p debian/usr/lib/multiflexi/
jq '.version = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'| sed 's/~.*//'`'"' debian/conf/composer.json |sponge debian/usr/lib/multiflexi/composer.json
sed -i -e 's/.\.\/vendor/\/var\/lib\/composer\/multiflexi/g' debian/multiflexi/usr/share/multiflexi/init.php
sed -i -e 's/.\.\/vendor/\/var\/lib\/composer\/multiflexi/g' debian/multiflexi*/usr/lib/multiflexi/*.php
Expand Down

0 comments on commit bfec023

Please sign in to comment.