aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-13 16:30:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-13 16:30:29 -0300
commitfa3832cd54cd4db3bb370c8c7136fd4872c1f67e (patch)
tree8959d1146e8770ea1b9f83319d13542e7b55a987
parent7166a9da5eabbda26948412fac3e9279158c82f5 (diff)
downloadstowpkg-fa3832cd54cd4db3bb370c8c7136fd4872c1f67e.tar.gz
stowpkg-fa3832cd54cd4db3bb370c8c7136fd4872c1f67e.tar.bz2
Feat: st: create stterm symlink for Debian compatibility
-rw-r--r--ports/x11/st/rules1
1 files changed, 1 insertions, 0 deletions
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 )