llvm: lldb: fix variable name for previous

This commit is contained in:
Toyam Cox 2016-06-06 17:04:15 -04:00
parent 053f5a10c3
commit 82fc996931
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ lldb_package() {
vman tools/lldb/docs/lldb.1
vmove /usr/lib/python*
# Depend on python-six instead of conflicting
rm "${DESTDIR}/usr/lib/python2.7/site-packages/six.py"
rm "${PKGDESTDIR}/usr/lib/python2.7/site-packages/six.py"
}
}
lldb-devel_package() {