[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:30 UTC 2012


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

    Temporary commit

diff --git a/debian/rules b/debian/rules
index ec04bdc..5cce21b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ clean::
 common-build-indep:: $(manpages)
 
 common-install-indep::
+	echo $(cdbs_curpkg)
 	mkdir -p $(TDIARY_ROOT)/theme
 	install -m 755 index.rb index.fcgi update.rb $(TDIARY_ROOT)/
 	install -m 644 tdiary.rb dot.htaccess tdiary.conf.sample $(TDIARY_ROOT)/
@@ -40,7 +41,7 @@ common-install-indep::
 	find $(cdbs_curdestdir) -name license.txt -exec rm -f {} +
 
 install/tdiary-theme::
-	rsync -rlpqHSC --exclude=/theme/default/ theme $(TDIARY_ROOT)/
+	rsync -rlpqHSC --exclude=/theme/default/ theme $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/tdiary/
 
 	# Fix permissions
 	find $(TDIARY_ROOT)/theme -type f -exec chmod 644 {} +

-- 
tdiary.git



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