Codebase list gnome-user-docs / 5f5b654
Replace broken install links with apt: links Closes: #938994 Gunnar Hjalmarsson 4 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 %:
33 dh $@ --with gnome
4
5 override_dh_install:
6 # modify install links (https://bugs.debian.org/938994)
7 for d in $(CURDIR)/debian/tmp/usr/share/help/*/gnome-help; do \
8 cd $$d; \
9 sed -i 's/action="install:/href="apt:/' *.page; \
10 done
11 dh_install