diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 18:18:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-18 18:18:41 -0300 |
commit | ccd5e7185a586e2ee6303d94600d16ec36e1e5e6 (patch) | |
tree | ed126d71ebca6d1bfcd9c7d7607cf0cd25989325 /Makefile | |
parent | 3a6288aaf80c172c2559e7623bb314a7e5d96db5 (diff) |
fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,8 +82,8 @@ $(WORKDIR)/iso/$(INSTALL_DIR)/isomounts: isomounts root-image # Rule for make the [core] repo packages core-pkgs: - mv core-pkgs $(WORKDIR)/ -# ./download-repo.sh core $(WORKDIR)/core-pkgs/src/core/pkg +# mv core-pkgs $(WORKDIR)/ + ./download-repo.sh core $(WORKDIR)/core-pkgs/src/core/pkg # Clean-up all work |