wok-next diff coreutils/receipt @ rev 13722
xorg-xf86-input-synaptics: add new synaptics.conf
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Dec 21 01:33:29 2012 +0000 (2012-12-21) |
parents | 6afc9676e679 |
children | 7fc3e2e4fb0a |
line diff
1.1 --- a/coreutils/receipt Sat May 07 11:36:11 2011 +0000 1.2 +++ b/coreutils/receipt Fri Dec 21 01:33:29 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coreutils" 1.7 -VERSION="8.10" 1.8 +VERSION="8.12" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Utilities for using and setting the basic system." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -36,7 +36,8 @@ 1.13 sed -i 's/1.10a/1.10.2/' configure.ac || return 1 1.14 sed -i 's/dist-xz/dist-lzma/' configure.ac || return 1 1.15 1.16 - ./configure && make && make install 1.17 + ./configure $CONFIGURE_ARGS && 1.18 + make && make install 1.19 1.20 # Restore original sigcontext.h 1.21 # mv -f /usr/include/asm/sigcontext.h.bak /usr/include/asm/sigcontext.h