Skip to content
Snippets Groups Projects
Commit bd2eef8f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'fix_rules_10.0' into 'master'

Fix rules 10.0

See merge request !25
parents 60156abd 82bf898c
No related branches found
No related tags found
1 merge request!25Fix rules 10.0
trisquel-icon-theme (10.1) nabia; urgency=medium
* Fix path for data copy on rules file
-- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 06 Sep 2021 20:40:16 -0500
trisquel-icon-theme (10.0) nabia; urgency=medium
* Fix vpn nm trisquel icon
......
......@@ -13,7 +13,7 @@ binary-indep:
dh_testroot
dh_installchangelogs
dh_installdocs
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2`
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*'| cut -d'/' -f2`
dh_fixperms
dh_compress
dh_installdeb
......
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