wok-6.x diff parted/receipt @ rev 18452
perl-datetime: more deps
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 20:14:44 2015 +0000 (2015-09-27) |
parents | f498b54a20cd |
children | 87ab725ce92e |
line diff
1.1 --- a/parted/receipt Tue Apr 15 04:46:37 2014 +0200 1.2 +++ b/parted/receipt Sun Sep 27 20:14:44 2015 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="parted" 1.7 -VERSION="3.1" 1.8 +VERSION="3.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GNU parted partition editor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -17,6 +17,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + patch -p1 < $stuff/device_mapper.u 1.17 grep -qs 'define u8' libparted/arch/linux.c || 1.18 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \ 1.19 libparted/arch/linux.c