File: rules

package info (click to toggle)
archmbox 4.10.0-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 408 kB
  • sloc: perl: 986; sh: 400; makefile: 16
file content (10 lines) | stat: -rwxr-xr-x 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	       FUSER=/bin/fuser RM=/bin/rm CAT=/bin/cat CP=/bin/cp \
	       GZIP=/bin/gzip GUNZIP=/bin/gunzip \
	       BZIP2=/bin/bzip2 BUNZIP2=/bin/bunzip2