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 300)
+++ Makefile	(revision 301)
@@ -15,6 +15,7 @@
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
 patches      = $(CURDIR)/patches/mate-control-center-1.27.0-appindicator.patch
+patches     += $(CURDIR)/patches/mate-control-center-1.27.0-sensitive.patch
 
 .NOTPARALLEL: $(patches)
 
@@ -50,6 +51,7 @@
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
 	 ( cd create-1.27.0-appindicator-patch ; ./create.patch.sh ) ; \
+	 ( cd create-1.27.0-sensitive-patch    ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: