Fix org2blog recipe to remove .el from metaweblog dependency extension from dependency, causing 'el-get can not find a recipe for package metaweblog.el' error.

This commit is contained in:
Alexander Stein 2013-08-14 22:21:32 +03:00
parent f08416491a
commit 8c41611f34
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
(:name metaweblog.el
(:name metaweblog
:description "Metaweblog"
:type github
:pkgname "punchagan/metaweblog.el")
:pkgname "punchagan/metaweblog")

View File

@ -2,5 +2,5 @@
:description "Blog from Org mode to wordpress"
:type github
:pkgname "punchagan/org2blog"
:depends (xml-rpc-el metaweblog.el)
:depends (xml-rpc-el metaweblog)
:features org2blog)