Codebase list mhc / a1b16f3
Set no-native-compile to t in *.el files for Emacs 28 Tatsuya Kinoshita 3 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2323 dh_installdirs
2424
2525 cp emacs/*.el debian/mhc/usr/share/mhc
26 for f in debian/mhc/usr/share/mhc/*.el; do \
27 if [ -f "$$f" ]; then \
28 perl -pi -e 'if ($$. == 1) { if (!/^;/) { s/^/;;; -*--*-\n/ } elsif (!/-\*-/) { s/$$/ -*--*-/ }; s/-\*-/-*- no-native-compile: t;/ }' "$$f"; \
29 fi; \
30 done
2631 cp icons/*.xbm debian/mhc/usr/share/pixmaps/mhc/xbm
2732 cp icons/*.xpm debian/mhc/usr/share/pixmaps/mhc
2833