xcursor-transparent-theme/xcursor-transparent-theme-0.1.1-install_links.patch

12 lines
619 B
Diff

diff -Nru xcursor-transparent-theme-0.1.1.orig//cursors/Makefile.am xcursor-transparent-theme-0.1.1/cursors/Makefile.am
--- xcursor-transparent-theme-0.1.1.orig//cursors/Makefile.am 2003-10-30 13:13:59.000000000 +0100
+++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am 2011-01-25 13:58:20.498256206 +0100
@@ -91,6 +91,6 @@
$(INSTALL_DATA) $(CURSOR_REAL) $(DESTDIR)$(CURSOR_DIR)/
for CURSOR in $(CURSOR_NAMES); do \
echo '-- Installing cursor '$$CURSOR; \
- ln -s $(DESTDIR)$(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
+ ln -s $(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
done