diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-13 16:30:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-13 16:30:29 -0300 |
commit | fa3832cd54cd4db3bb370c8c7136fd4872c1f67e (patch) | |
tree | 8959d1146e8770ea1b9f83319d13542e7b55a987 | |
parent | 7166a9da5eabbda26948412fac3e9279158c82f5 (diff) | |
download | stowpkg-fa3832cd54cd4db3bb370c8c7136fd4872c1f67e.tar.gz stowpkg-fa3832cd54cd4db3bb370c8c7136fd4872c1f67e.tar.bz2 |
Feat: st: create stterm symlink for Debian compatibility
-rw-r--r-- | ports/x11/st/rules | 1 |
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 ) |