wok-current diff coreutils/receipt @ rev 7165
Added linux-module-headers as a build depend for linmodem-intel-537.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 07 12:32:10 2010 +0000 (2010-11-07) |
parents | 250ea75bef27 |
children | 2db2e85f9325 |
line diff
1.1 --- a/coreutils/receipt Sat Oct 02 16:11:32 2010 +0000 1.2 +++ b/coreutils/receipt Sun Nov 07 12:32:10 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="coreutils" 1.7 -VERSION="8.5" 1.8 +VERSION="8.6" 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 @@ -89,3 +89,9 @@ 1.13 ln -s /bin/busybox /usr/bin/od 1.14 ln -s /bin/busybox /usr/bin/split 1.15 } 1.16 + 1.17 +clean_wok() 1.18 +{ 1.19 + rm -rf $WOK/$PACKAGE-*/taz 1.20 + rm -rf $WOK/$PACKAGE-*/process.log 1.21 +}