mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
textadept: remove superfluous mkdir
This commit is contained in:
parent
4f79901b6b
commit
cb930d8a0c
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ do_install() {
|
|||
|
||||
# Binaries in /usr/share/textadept are not allowed
|
||||
# So we relocate to /usr/lib/textadept
|
||||
mkdir -p "${DESTDIR}/usr/lib/"
|
||||
mv "${DESTDIR}/usr/share/textadept" "${DESTDIR}/usr/lib/textadept"
|
||||
ln -sf "/usr/lib/textadept/textadept" "${DESTDIR}/usr/bin/textadept"
|
||||
ln -sf "/usr/lib/textadept/textadept-curses" \
|
||||
|
|
Loading…
Add table
Reference in a new issue