Codebase list sugar-read-activity / a5ed233
Stop fix broken paths in desktop file: Fixed in sugar-toolkit-gtk3 since (at least) 0.110.0. Jonas Smedegaard 6 years ago
1 changed file(s) with 0 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
4545
4646 clean::
4747 rm -rf locale
48
49 # Fix broken paths in desktop file
50 # * TODO: drop when fixed in sugar-toolkit-gtk3
51 binary-fixup/$(pkg)::
52 find $(cdbs_curdestdir)/usr/share -type f -name '*.desktop' \
53 -execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'