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