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	(.../0.21)	(revision 437)
+++ Makefile	(.../0.24)	(revision 438)
@@ -65,7 +65,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 0.21
+version            = 0.24
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/GNU/gettext/gettext-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/gettext-$(version)
@@ -88,7 +88,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 GETTEXT_PKG_NAME                = gettext
-GETTEXT_PKG_VERSION             = 0.21
+GETTEXT_PKG_VERSION             = 0.24
 GETTEXT_PKG_ARCH                = $(PKGARCH)
 GETTEXT_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 GETTEXT_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -230,8 +230,8 @@
 	$(call install-into-devenv, $(GETTEXT_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" libasprintf.la libtextstyle.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libasprintf.la libtextstyle.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libasprintf.la libtextstyle.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libasprintf.la libtextstyle.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(GETTEXT_PKG) ; \