From fa137f47bf6f6a15f8046f2847bb0e1059a76671 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Feb 2022 16:31:42 -0300 Subject: Feat: st: create stterm symlink for Debian compatibility (2) --- ports/x11/st/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/x11/st/rules b/ports/x11/st/rules index 1b9259c..f3bec4e 100644 --- a/ports/x11/st/rules +++ b/ports/x11/st/rules @@ -1,2 +1,2 @@ make clean install DESTDIR=$PREFIX -( cd $DESTDIR/usr/local/bin && ln -s st stterm ) +( cd $PREFIX/usr/local/bin && ln -s st stterm ) -- cgit v1.2.3