Selaa lähdekoodia

change error to non-fatal

Waldemar Brodkorb 11 vuotta sitten
vanhempi
commit
102b54bb94
2 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  1. 1 1
      package/rsync/Makefile
  2. 11 0
      package/rsync/patches/patch-Makefile_in

+ 1 - 1
package/rsync/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		rsync
 PKG_VERSION:=		3.0.9
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		5ee72266fe2c1822333c407e1761b92b
 PKG_DESCR:=		utility that provides fast incremental file transfer
 PKG_SECTION:=		net/misc

+ 11 - 0
package/rsync/patches/patch-Makefile_in

@@ -0,0 +1,11 @@
+--- rsync-3.0.9.orig/Makefile.in	2011-03-26 18:01:37.000000000 +0100
++++ rsync-3.0.9/Makefile.in	2013-09-26 12:40:43.000000000 +0200
+@@ -146,7 +146,7 @@ configure.sh config.h.in: configure.ac a
+ 	    else \
+ 		echo 'You may need to run:'; \
+ 		echo '  make reconfigure'; \
+-		exit 1; \
++		exit 0; \
+ 	    fi \
+ 	fi
+