wok diff parted/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents f498b54a20cd
children 87ab725ce92e
line diff
     1.1 --- a/parted/receipt	Tue Apr 15 04:46:37 2014 +0200
     1.2 +++ b/parted/receipt	Fri May 22 17:34:18 2015 +0300
     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