This commit is contained in:
Hal Emmerich 2020-05-28 16:58:19 -05:00
parent 0465ab8da6
commit 9f80d90203

View File

@ -149,7 +149,7 @@ image:
#:::::::::::::::::::::::::::::: pbuilder management :::::::::::::::::::::::
.PHONY: pbuilder_create
pbuilder-create:
pbuilder_create:
$(MAKE) $(PBUILDER_CHROOT)
$(PBUILDER_CHROOT): $(PBUILDER_RC)
@ -157,5 +157,5 @@ $(PBUILDER_CHROOT): $(PBUILDER_RC)
#TODO: should only update if not updated for a day
.PHONY: pbuilder_update
pbuilder-update:
pbuilder_update:
pbuilder update --basetgz $(PBUILDER_CHROOT) --configfile $(PBUILDER_RC)