Ticket #2006: 0001-no-spaces.patch

File 0001-no-spaces.patch, 711 bytes (added by walter, 14 years ago)

Makefile.am with tabs instead of spaces

  • extensions/deviceicon/Makefile.am

    From c2ed73dc4e0ae7fa3fcd48291dca45ff877dae52 Mon Sep 17 00:00:00 2001
    From: Walter Bender <walter@sugarlabs.org>
    Date: Fri, 30 Jul 2010 15:49:23 -0400
    Subject: [PATCH] no spaces
    
    ---
     extensions/deviceicon/Makefile.am |    4 ++--
     1 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/extensions/deviceicon/Makefile.am b/extensions/deviceicon/Makefile.am
    index 7f82a3f..0c0c046 100644
    a b  
    11sugardir = $(pkgdatadir)/extensions/deviceicon
    22
    33sugar_PYTHON =          \
    4         __init__.py     \
     4        __init__.py     \ 
    55        battery.py      \
    66        network.py      \
    77        speaker.py      \
    8         touchpad.py     \
     8        touchpad.py     \
    99        volume.py