Skip to content
Snippets Groups Projects
Commit 3d8f7d99 authored by Luis Guzmán's avatar Luis Guzmán Committed by Ruben Rodriguez
Browse files

Allow build on missing files

parent e1107e8d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment