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)
@@ -181,10 +181,6 @@
 $(install_target): $(build_target)
 	@mkdir -p $(MATE_PKG)
 	@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
-	# ======= Disable time-admin applet due to org.freedesktop.timedate1 dependencies: =======
-	@( cd $(MATE_PKG)/usr/share/applications ; \
-	   mv mate-time-admin.desktop{,.failure} ; \
-	 )
 	# ======= Remove mimeinfo cache: =======
 	@rm $(MATE_PKG)/usr/share/applications/mimeinfo.cache
 	# ======= Install Documentation =======