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: