wok diff ntpclient/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 7d672a2330b8
children a5192a6e0733
line diff
     1.1 --- a/ntpclient/receipt	Wed Apr 23 01:06:05 2014 +0200
     1.2 +++ b/ntpclient/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -11,15 +11,11 @@
     1.4  WGET_URL="http://doolittle.icarus.com/ntpclient/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS=""
     1.8 -
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	
    1.14  	# disable debug
    1.15 -	sed -i 's/\(^CFLAGS += -DENABLE_DEBUG\)/#\1/' Makefile
    1.16 +	sed -i 's/\(^CFLAGS += -DENABLE_DEBUG\)/#\1/' Makefile && 
    1.17  	make 
    1.18  }
    1.19