Skip to content
Snippets Groups Projects
Commit 57af956c authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix path for data copy on rules file

parent a230eacc
No related branches found
No related tags found
1 merge request!25Fix rules 10.0
...@@ -13,7 +13,7 @@ binary-indep: ...@@ -13,7 +13,7 @@ binary-indep:
dh_testroot dh_testroot
dh_installchangelogs dh_installchangelogs
dh_installdocs 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_fixperms
dh_compress dh_compress
dh_installdeb 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