Allow build on missing files
This commit is contained in:
parent
e1107e8dc3
commit
3d8f7d99a1
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ sed '/Package: ubuntu-session/,/^$/d' debian/control -i
|
|||
|
||||
echo "X-LightDM-DesktopName=GNOME" >> ./data/gnome.desktop.in
|
||||
|
||||
#sed -i '/Package: communitheme-snap-session/,/^$/d' debian/control
|
||||
#Prevent failing on missing files
|
||||
sed -i 's|dh_missing --fail-missing|dh_missing|' debian/rules
|
||||
|
||||
changelog "Adapted for Trisquel"
|
||||
|
||||
compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue