[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:25 UTC 2012
The following commit has been merged in the master branch:
commit 7ac714c1fde0ab06e5e228bf47287f5ddb3f4c87
Author: Taku YASUI <tach at debian.org>
Date: Sun May 6 16:58:37 2012 +0900
Make target directory
diff --git a/debian/rules b/debian/rules
index 8da8a1e..63c8661 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,8 @@ clean::
rm -f $(manpages)
install/tdiary::
- 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)/
+ 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)/
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