wok-current diff readline/receipt @ rev 18877
Up slitaz-base-files(298), slitaz-boot-scripts(422)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Feb 08 10:29:19 2016 +0200 (2016-02-08) |
parents | 2b9f96603415 |
children | fa58eb98af1e |
line diff
1.1 --- a/readline/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/readline/receipt Mon Feb 08 10:29:19 2016 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="readline" 1.7 -VERSION="6.2" 1.8 +VERSION="6.3" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU readline." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,6 +18,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -Np1 -i $stuff/readline-6.3-upstream_fixes-3.patch 1.17 sed -i '/(MV)/d' Makefile* 1.18 ./configure $CONFIGURE_ARGS && 1.19 make && make DESTDIR=$DESTDIR install