From 4d1316fd2458e23d12c3ed9d2c47fbb9842fea34 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 27 Dec 2006 00:08:04 +0000 Subject: [PATCH] - fix symlinks Changed files: xcursor-transparent-theme-make.patch -> 1.1 --- xcursor-transparent-theme-make.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xcursor-transparent-theme-make.patch diff --git a/xcursor-transparent-theme-make.patch b/xcursor-transparent-theme-make.patch new file mode 100644 index 0000000..726eedf --- /dev/null +++ b/xcursor-transparent-theme-make.patch @@ -0,0 +1,10 @@ +--- xcursor-transparent-theme-0.1.1/cursors/Makefile.am.orig 2003-10-30 13:13:59.000000000 +0100 ++++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am 2006-12-27 01:03:42.995816526 +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 + -- 2.43.0