logo

ultrasharp-cursor-theme

Precision and speed oriented cursor theme
commit: a0c8a9ef328d9dd3e499ecd541b690bcbc352850
parent bb1c2efa99b9f46c83b6699da7bdde3eadcc76c6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 20 Oct 2023 08:12:39 +0200

configure: Fix DESTDIR

Diffstat:

Mconfigure2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -111,7 +111,7 @@ rule cursorgen command = \$XCURSORGEN \$in \$out rule install - command = mkdir -p \${DESTDIR}\${THEMEDIR}/ && cp -r cursors \${DESTDIR}\${THEMEDIR}/ && cp index.theme \${DESTDIR}\${THEMEDIR}/ + command = mkdir -p \$\${DESTDIR}\${THEMEDIR}/ && cp -r cursors \$\${DESTDIR}\${THEMEDIR}/ && cp index.theme \$\${DESTDIR}\${THEMEDIR}/ build install: install | cursors