Browse code

Fixibg make script

dthaluru authored on 2015/06/08 09:32:46
Showing 2 changed files
... ...
@@ -36,7 +36,6 @@ packages: check $(PHOTON_TOOLCHAIN_MINIMAL) $(PHOTON_SOURCES)
36 36
 	@echo "Building all RPMS..."
37 37
 	@cd $(PHOTON_PKG_BUILDER_DIR) && \
38 38
     $(PHOTON_PACKAGE_BUILDER) -a \
39
-                              -b $(PHOTON_CHROOT_PATH) \
40 39
                               -s $(PHOTON_SPECS_DIR) \
41 40
                               -r $(PHOTON_RPMS_DIR) \
42 41
                               -o $(PHOTON_SRCS_DIR) \
... ...
@@ -34,7 +34,7 @@ PHOTON_PKG_BUILDER_DIR=$(SRCROOT)/support/package-builder
34 34
 PHOTON_PULL_SOURCES_DIR=$(SRCROOT)/support/pullsources
35 35
 PHOTON_INSTALLER_DIR=$(SRCROOT)/installer
36 36
 PHOTON_INSTALLER=$(PHOTON_INSTALLER_DIR)/photonInstaller.py
37
-PHOTON_PACKAGE_BUILDER=$(PHOTON_PKG_BUILDER_DIR)/build_package.py
37
+PHOTON_PACKAGE_BUILDER=$(PHOTON_PKG_BUILDER_DIR)/builder.py
38 38
 PHOTON_PULL_SOURCES=$(PHOTON_PULL_SOURCES_DIR)/pullsources.py
39 39
 PHOTON_CHROOT_CLEANER=$(PHOTON_PKG_BUILDER_DIR)/cleanup-build-root.sh
40 40
 PHOTON_RPMS_DIR_NOARCH=$(PHOTON_RPMS_DIR)/noarch