]> git.pld-linux.org Git - packages/XcursorTheme-transparent.git/blob - xcursor-transparent-theme-make.patch
- new
[packages/XcursorTheme-transparent.git] / xcursor-transparent-theme-make.patch
1 --- xcursor-transparent-theme-0.1.1/cursors/Makefile.am.orig    2003-10-30 13:13:59.000000000 +0100
2 +++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am 2006-12-27 01:03:42.995816526 +0100
3 @@ -91,6 +91,6 @@
4         $(INSTALL_DATA) $(CURSOR_REAL) $(DESTDIR)$(CURSOR_DIR)/ 
5         for CURSOR in $(CURSOR_NAMES); do \
6                 echo '-- Installing cursor '$$CURSOR; \
7 -               ln -s $(DESTDIR)$(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
8 +               ln -s $(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
9         done
10  
This page took 0.085748 seconds and 3 git commands to generate.