File: rules

package info (click to toggle)
tint 0.08
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: ansic: 1,048; makefile: 42; sh: 17
file content (10 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

TINT := debian/tint/usr/games/tint

%:
	dh $@

execute_after_dh_fixperms:
	chown root:games $(TINT)
	chmod 2755 $(TINT)