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	(revision 120)
+++ Makefile	(revision 121)
@@ -57,7 +57,7 @@
 
 REQUIRES           = app/xz/5.2.7
 REQUIRES          += libs/zlib/1.2.13
-REQUIRES          += libs/libxml2/2.9.9
+REQUIRES          += libs/libxml2/2.11.4
 REQUIRES          += media/alsa-lib/1.2.8
 REQUIRES          += media/libshout/2.4.6
 
Index: ices-pkg-install.sh
===================================================================
--- ices-pkg-install.sh	(revision 120)
+++ ices-pkg-install.sh	(revision 121)
@@ -21,7 +21,9 @@
 
 # arg 1:  the new package version
 post_install() {
-  [ ! -e var/log/ices/ices.log ] && touch var/log/ices/ices.log
+  if [ ! -e var/log/ices/ices.log ] ; then
+    touch var/log/ices/ices.log
+  fi
 }
 
 # arg 1:  the new package version