diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-13 16:31:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-13 16:31:42 -0300 |
commit | fa137f47bf6f6a15f8046f2847bb0e1059a76671 (patch) | |
tree | c0a8f13241eda78132730a5e2c3059851ed8baad | |
parent | fa3832cd54cd4db3bb370c8c7136fd4872c1f67e (diff) | |
download | stowpkg-fa137f47bf6f6a15f8046f2847bb0e1059a76671.tar.gz stowpkg-fa137f47bf6f6a15f8046f2847bb0e1059a76671.tar.bz2 |
Feat: st: create stterm symlink for Debian compatibility (2)
-rw-r--r-- | ports/x11/st/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |