File xcursor-transparent-theme-install-0.1.1.diff of Package xcursor-transparent-theme
diff -urN xcursor-transparent-theme-0.1.1/cursors/Makefile.am xcursor-transparent-theme-0.1.1-patch/cursors/Makefile.am
--- xcursor-transparent-theme-0.1.1/cursors/Makefile.am 2003-10-30 14:13:59.000000000 +0200
+++ xcursor-transparent-theme-0.1.1-patch/cursors/Makefile.am 2008-03-26 15:45:34.000000000 +0200
@@ -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
diff -urN xcursor-transparent-theme-0.1.1/cursors/Makefile.in xcursor-transparent-theme-0.1.1-patch/cursors/Makefile.in
--- xcursor-transparent-theme-0.1.1/cursors/Makefile.in 2003-10-31 16:31:13.000000000 +0200
+++ xcursor-transparent-theme-0.1.1-patch/cursors/Makefile.in 2008-03-26 15:45:43.000000000 +0200
@@ -177,7 +177,7 @@
$(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
# Tell versions [3.59,3.63) of GNU make to not export all variables.