Codebase list sugar-chat-activity / f849436
tidy fix for broken paths in desktop file Jonas Smedegaard 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1414 # Fix broken paths in desktop file
1515 # * TODO: drop when fixed in sugar-toolkit-gtk3
1616 binary-fixup/$(pkg)::
17 find $(cdbs_curdestdir)/usr/share -type f -name '*.desktop' \
18 -execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'
17 perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' \
18 $(cdbs_curdestdir)/usr/share/applications/*.desktop
1919
2020 # Ensure optimal hash-bang + dependency for scripts (see Python Policy)
2121 binary-fixup/$(pkg)::