Index: Makefile
===================================================================
--- Makefile (revision 384)
+++ Makefile (revision 385)
@@ -14,7 +14,9 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/openbox-3.6.1-xdg-autostart.patch
+patches = $(CURDIR)/patches/openbox-3.6.1-mkdir-autostart.patch
+patches += $(CURDIR)/patches/openbox-3.6.1-xdg-autostart.patch
+patches += $(CURDIR)/patches/openbox-3.6.1-darkred-theme.patch
.NOTPARALLEL: $(patches)
@@ -49,7 +51,9 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-3.6.1-xdg-autostart-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.6.1-mkdir-autostart-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.6.1-xdg-autostart-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.6.1-darkred-theme-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: