mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
llvm: lldb: fix variable name for previous
This commit is contained in:
parent
053f5a10c3
commit
82fc996931
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue