]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Allow providing blank arguments to compressor.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 07:15:36 +0000 (09:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Apr 2009 07:15:36 +0000 (09:15 +0200)
lfs/Config

index cb9af1d45587f126ba987e76c50b67161090bb6c..a80d5254d4fd6c9085c8ec7e6cb24bbee56ded4b 100644 (file)
@@ -110,7 +110,7 @@ define DO_PACKAGE
        if [ -n "$$ROOTFILE" ]; then \
                NAME=$(NAME) SNAME=$(SNAME) VERSION=$(VERSION) KVER=$(KVER) \
                TARGET=$(TARGET) MACHINE=$(MACHINE) IFS_TARGET=$(IFS_TARGET) \
-                       $(DIR_SOURCE)/pakfire/compressor $(PKG_NAME) $(PKG_VER) $(PKG_REL) $$ROOTFILE; \
+                       $(DIR_SOURCE)/pakfire/compressor "$(PKG_NAME)" "$(PKG_VER)" "$(PKG_REL)" "$$ROOTFILE"; \
        fi
 endef