[DRE-commits] [SCM] tdiary.git branch, master, updated. debian/3.0.1-3-42-g5c33597

Taku YASUI tach at debian.org
Sun May 6 10:50:26 UTC 2012


The following commit has been merged in the master branch:
commit b08f070e1b33add61dde0ffe6b767881018c16a1
Author: Taku YASUI <tach at debian.org>
Date:   Sun May 6 17:02:15 2012 +0900

    Create required directory

diff --git a/debian/rules b/debian/rules
index 63c8661..e06ed93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,9 @@ clean::
 	rm -f $(manpages)
 
 install/tdiary::
-	install -D -m 755 index.rb index.fcgi update.rb $(TDIARY_ROOT)/
-	install -D -m 644 tdiary.rb ChangeLog dot.htaccess README tdiary.conf.sample $(TDIARY_ROOT)/
+	mkdir -p $(TDIARY_ROOT)/theme
+	install -m 755 index.rb index.fcgi update.rb $(TDIARY_ROOT)/
+	install -m 644 tdiary.rb ChangeLog dot.htaccess README tdiary.conf.sample $(TDIARY_ROOT)/
 	rsync -rlpqHSC js misc skel spec plugin tdiary $(TDIARY_ROOT)/
 	rsync -rlpqHSC theme/README theme/*.css theme/*.png theme/default $(TDIARY_ROOT)/theme/
 	#rm -f tdiary/wiki_style.rb

-- 
tdiary.git



More information about the Pkg-ruby-extras-commits mailing list