mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
Tiredful-API: fix typos
This commit is contained in:
parent
219942144f
commit
c87f7d4d31
1 changed files with 2 additions and 2 deletions
|
|
@ -23,6 +23,6 @@ RDEPEND="dev-python/django[${PYTHON_USEDEP}]
|
|||
dev-python/python-oauth2[${PYTHON_USEDEP}]"
|
||||
|
||||
src_install() {
|
||||
dodir "${D}"/opt/Tiredful-API
|
||||
# cp -R "${S}"/Tiredful-API "${D}"/opt/
|
||||
dodir /opt/Tiredful-API
|
||||
cp -R "${S}"/Tiredful-API "${D}"/opt/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue