instalee/packages/stderred/zsh

7 lines
250 B
Text
Raw Normal View History

2020-06-21 16:20:30 +02:00
#!/usr/bin/env sh
2020-06-12 21:33:58 +02:00
cd /opt
git clone git://github.com/sickill/stderred.git
2020-06-21 16:20:30 +02:00
cd stderred
2020-06-12 21:33:58 +02:00
make
2020-06-21 16:20:30 +02:00
case "$LD_PRELOAD" in *libstderred.so*) ;; *) echo 'export LD_PRELOAD="/opt/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"'>>$HOME/.zprofile;; esac