textadept: remove superfluous mkdir

This commit is contained in:
Andy Cobaugh 2021-01-04 15:58:56 -05:00 committed by Érico Nogueira Rolim
parent 4f79901b6b
commit cb930d8a0c

View file

@ -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" \