topdir.mk: Use build.py instead of build.sh

This commit is contained in:
Jan Lindemann 2012-04-30 08:05:19 +00:00 committed by Jan Lindemann
commit b5b3f79d5b

View file

@ -93,5 +93,5 @@ git-init:
git commit -m "initial checkin of $(RPM_VERSION)"
scratch-%:
sh $(MOD_SCRIPT_DIR)/build.sh $* $(PROJECT)
sh $(MOD_SCRIPT_DIR)/build.py $* $(PROJECT)