textadept: remove superfluous mkdir
This commit is contained in:
parent
4f79901b6b
commit
cb930d8a0c
@ -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…
Reference in New Issue
Block a user