mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 13:51:31 +01:00
14 lines
449 B
Diff
14 lines
449 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 6158ab2..93cb684 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -48,8 +48,6 @@ install: all
|
|
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
|
@sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
|
|
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
|
|
- @echo Please see the README file regarding the terminfo entry of st.
|
|
- @tic -s st.info
|
|
|
|
uninstall:
|
|
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|