Makefile:STAGE4_TARBALL: Fix typo

Target should have been "PORTAGE_DIR" and not "PORTAGE"
This commit is contained in:
Albert Hopkins 2015-03-01 12:46:18 +00:00
parent 359ec88aed
commit 1a36e228c0
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ $(VMDK_IMAGE): $(RAW_IMAGE)
vmdk: $(VMDK_IMAGE)
$(STAGE4_TARBALL): $(PORTAGE) stage3-$(ARCH)-latest.tar.bz2 appliances/$(APPLIANCE) configs/rsync-excludes
$(STAGE4_TARBALL): $(PORTAGE_DIR) stage3-$(ARCH)-latest.tar.bz2 appliances/$(APPLIANCE) configs/rsync-excludes
$(MAKE) $(STAGE3)
$(MAKE) $(PREPROOT)
$(MAKE) $(SOFTWARE)