Codebase list sugar-read-activity / 72f31d1
Fix broken paths in desktop file. Jonas Smedegaard 7 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5959
6060 clean::
6161 rm -rf locale
62
63 # Fix broken paths in desktop file
64 # * TODO: drop when fixed in sugar-toolkit-gtk3
65 binary-fixup/$(pkg)::
66 find $(cdbs_curdestdir)/usr/share -type f -name '*.desktop' \
67 -execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'