• R/O
  • HTTP
  • SSH
  • HTTPS

canna-yubin: 提交

canna-yubinのprogram+dataです。programのライセンスはGPL-2.0+です。dataはPublic Domainです。


Commit MetaInfo

修訂9fac2bfb2105564e2c3926edfec6571941a27599 (tree)
時間2014-08-08 13:51:47
作者Mitsutoshi NAKANO <bkbin005@rink...>
CommiterMitsutoshi NAKANO

Log Message

Fixed mkdir -p make install's target directory.

modified: Makefile
modified: debian/changelog

Change Summary

差異

--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@
77 #
88 # You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
99
10+MKDIR_P=mkdir -p
1011 DESTDIR=
1112 DICS=yubin7.cbd yubin7.cld
1213
@@ -23,4 +24,5 @@ clean: cleantmp
2324 rm -f $(DICS)
2425
2526 install:
27+ $(MKDIR_P) ${DESTDIR}/var/lib/canna/dic/canna
2628 install -m 644 ${DICS} ${DESTDIR}/var/lib/canna/dic/canna
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1+canna-yubin (0.1.1.20140731.2-1ppa1) trusty; urgency=low
2+
3+ * Fixed mkdir -p make install's target directory.
4+
5+ -- Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> Fri, 08 Aug 2014 12:48:53 +0900
6+
17 canna-yubin (0.1.1.20140731.1-1ppa1) trusty; urgency=low
28
39 * Changed license of binary dictionary GPL-2+ => public-domain .
Show on old repository browser