Codebase list minetest-mod-mobs-redo / ffba6759-514a-418d-905e-784281822647/main debian / rules
ffba6759-514a-418d-905e-784281822647/main

Tree @ffba6759-514a-418d-905e-784281822647/main (Download .tar.gz)

rules @ffba6759-514a-418d-905e-784281822647/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