[Xfce4-commits] r23427 - in xfce4-icon-theme/trunk: . Rodent/48x48/filesystems Rodent/48x48/mimetypes Rodent/scalable/filesystems Rodent/scalable/mimetypes

Jeff Kirsher tarbal at gmail.com
Tue Oct 17 09:38:05 CEST 2006


On 10/15/06, Olivier Fourdan <olivier at xfce.org> wrote:
> Author: olivier
> Date: 2006-10-15 22:30:37 +0000 (Sun, 15 Oct 2006)
> New Revision: 23427
>
> Modified:
>    xfce4-icon-theme/trunk/Rodent/48x48/filesystems/Makefile.am
>    xfce4-icon-theme/trunk/Rodent/48x48/mimetypes/Makefile.am
>    xfce4-icon-theme/trunk/Rodent/scalable/filesystems/Makefile.am
>    xfce4-icon-theme/trunk/Rodent/scalable/mimetypes/Makefile.am
>    xfce4-icon-theme/trunk/configure.in.in
> Log:
> Fix install on Win32
>
> Modified: xfce4-icon-theme/trunk/Rodent/48x48/filesystems/Makefile.am
> ===================================================================
> --- xfce4-icon-theme/trunk/Rodent/48x48/filesystems/Makefile.am 2006-10-15 22:18:51 UTC (rev 23426)
> +++ xfce4-icon-theme/trunk/Rodent/48x48/filesystems/Makefile.am 2006-10-15 22:30:37 UTC (rev 23427)
> @@ -18,6 +18,7 @@
>
>  install-data-local:
>         $(mkinstalldirs) $(DESTDIR)$(icondir)
> +if !HAVE_CYGWIN
>         ( cd $(DESTDIR)$(icondir) ; \
>           rm -f mime-inode:blockdevice.png ; \
>           $(LN_S) blockdevice.png mime-inode:blockdevice.png )
> @@ -32,7 +33,8 @@
>           $(LN_S) mount-point.png mime-inode:mount-point.png )
>         ( cd $(DESTDIR)$(icondir) ; \
>           rm -f mime-inode:core.png ; \
> -         $(LN_S) core.png mime-inode:core.png )
> +         $(LN_S) core.png mime-inode:core.png' )
> +endif
>
>
This commit broke the install.  Notice the problem?  You have a stray
' which is causing issues during an install.

-- 
Cheers,
Jeff



More information about the Xfce4-dev mailing list