Codebase list minetest-mod-mobs-redo / 17e156e1-b531-4d44-80d3-e8b0d354bd7b/main debian / rules
17e156e1-b531-4d44-80d3-e8b0d354bd7b/main

Tree @17e156e1-b531-4d44-80d3-e8b0d354bd7b/main (Download .tar.gz)

rules @17e156e1-b531-4d44-80d3-e8b0d354bd7b/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