Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(.../2.5.0)	(revision 444)
+++ Makefile	(.../2.6.4)	(revision 445)
@@ -69,7 +69,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 2.5.0
+version            = 2.6.4
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/l/expat/expat-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/expat-$(version)
@@ -91,7 +91,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 EXPAT_PKG_NAME                = expat
-EXPAT_PKG_VERSION             = 2.5.0
+EXPAT_PKG_VERSION             = 2.6.4
 EXPAT_PKG_ARCH                = $(PKGARCH)
 EXPAT_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 EXPAT_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -199,18 +199,18 @@
 	 )
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(EXPAT_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libexpat.la \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libexpat.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(EXPAT_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libexpat.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libexpat.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libexpat.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libexpat.la ; \
 	 )
 	# ======= tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" expat.pc \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" expat.pc ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(EXPAT_PKG) ; \