From 59da46b132574e831915230b507d00d5c01dbc84 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 8 Apr 2022 09:13:20 +0200 Subject: Also clean up symlinks --- lib/actions/clean.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash index bb5d984..c58a36c 100644 --- a/lib/actions/clean.bash +++ b/lib/actions/clean.bash @@ -20,6 +20,7 @@ action() { shift $(( OPTIND - 1 )) find "$BASEDIR/bin" ! -name rstar -type f -exec rm -f {} + + find "$BASEDIR/bin" ! -name rstar -type l -exec rm -f {} + rm -fr -- "$BASEDIR/dist" rm -fr -- "$BASEDIR/include" rm -fr -- "$BASEDIR/lib/libmoar.so" -- cgit v1.1