]> git.pld-linux.org Git - packages/XcursorTheme-transparent.git/commitdiff
- fix symlinks
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Dec 2006 00:08:04 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcursor-transparent-theme-make.patch -> 1.1

xcursor-transparent-theme-make.patch [new file with mode: 0644]

diff --git a/xcursor-transparent-theme-make.patch b/xcursor-transparent-theme-make.patch
new file mode 100644 (file)
index 0000000..726eedf
--- /dev/null
@@ -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
This page took 0.116993 seconds and 4 git commands to generate.