]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- fix shell syntax
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Aug 2011 04:31:39 +0000 (04:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver-winter-makefile.patch -> 1.4

atmelwlandriver-winter-makefile.patch

index 680a0bba6d40f3df811eaca6a50fa46c199d07e3..6910f73c6a71ffba4d65ef7841b67b38ec091b0d 100644 (file)
@@ -1,6 +1,5 @@
-diff -uNr atmelwlandriver.orig/src/apps/winter/Makefile.rules atmelwlandriver/src/apps/winter/Makefile.rules
---- atmelwlandriver.orig/src/apps/winter/Makefile.rules        2005-07-22 09:37:22.000000000 +0200
-+++ atmelwlandriver/src/apps/winter/Makefile.rules     2006-04-11 20:05:40.000000000 +0200
+--- atmelwlandriver/src/apps/winter/Makefile.rules     2006-04-11 20:05:40.000000000 +0200
++++ atmelwlandriver/src/apps/winter/Makefile.rules     2011-08-23 07:29:34.426583091 +0300
 @@ -5,9 +5,9 @@
  
  all: postmake
 @@ -5,9 +5,9 @@
  
  all: postmake
@@ -21,7 +20,8 @@ diff -uNr atmelwlandriver.orig/src/apps/winter/Makefile.rules atmelwlandriver/sr
 -        if test -f $$path_dir/wx-config; then\
 +        if test -f $$path_dir/$(WXCONFIG); then\
            config_exists=yes;\
 -        if test -f $$path_dir/wx-config; then\
 +        if test -f $$path_dir/$(WXCONFIG); then\
            config_exists=yes;\
-         fi\
+-        fi\
++        fi;\
        done;\
        if test $$config_exists = 'no'; then\
          echo 'It seems that the wxWindows library is not installed.';\
        done;\
        if test $$config_exists = 'no'; then\
          echo 'It seems that the wxWindows library is not installed.';\
This page took 0.090493 seconds and 4 git commands to generate.