-- Leo's gemini proxy

-- Connecting to typed-hole.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

commit a60c9bd4c3f9739fd549d4ddb94824d267514a71

Author: Luna Nieves <aicaya@posteo.net>

Date: Sat May 2 18:05:35 2020 -0400


Remove duplicate /bin on uninstall


If PREFIX was '/usr' then it'd look for the binary at '/usr/bin/bin'.


diff --git a/Makefile b/Makefile

index 0b00624..47cf023 100644

--- a/Makefile

+++ b/Makefile

@@ -50,7 +50,7 @@ uninstall :

rm -f $(sharedir)/icons/hicolor/scalable/apps/org.typed-hole.castor.svg

rm -f $(sharedir)/icons/hicolor/*x*/apps/org.typed-hole.castor.png

Remove the binary

- rm -f $(bindir)/bin/castor

+ rm -f $(bindir)/castor


clean :

cargo clean



---

Served by Pollux Gemini Server.

-- Response ended

-- Page fetched on Sun May 19 05:27:52 2024