Codebase list minetest-mod-mobs-redo / 92df2eb8-6132-41e7-bf87-2873b04f1a3b/main debian / rules
92df2eb8-6132-41e7-bf87-2873b04f1a3b/main

Tree @92df2eb8-6132-41e7-bf87-2873b04f1a3b/main (Download .tar.gz)

rules @92df2eb8-6132-41e7-bf87-2873b04f1a3b/mainraw · history · blame

#!/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