File: rules

package info (click to toggle)
fonts-pc 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,932 kB
  • sloc: makefile: 7; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	mkdir -p base extra
	debian/cn Px437*/*.ttf
	debian/cn PxPlus*/*.ttf
	for x in `cat debian/base`; do mv extra/Px_"$$x".ttf base/; done