File: rules

package info (click to toggle)
minetest-mod-mobs-redo 20181016-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	if test -f sounds/license.txt; then \
		mv sounds/license.txt sounds_license.txt; \
	fi

override_dh_auto_clean:
	if test -f sounds_license.txt; then \
		mv sounds_license.txt sounds/license.txt; \
	fi