diff options
Diffstat (limited to 'extra/partimage')
-rw-r--r-- | extra/partimage/.footprint.i686 | 1 | ||||
-rw-r--r-- | extra/partimage/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | extra/partimage/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/partimage/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | extra/partimage/Pkgfile | 4 |
5 files changed, 4 insertions, 6 deletions
diff --git a/extra/partimage/.footprint.i686 b/extra/partimage/.footprint.i686 index 7399ad534..144334847 100644 --- a/extra/partimage/.footprint.i686 +++ b/extra/partimage/.footprint.i686 @@ -11,7 +11,6 @@ drwxr-xr-x root/root usr/share/doc/partimage/ -rw-r--r-- root/root usr/share/doc/partimage/ChangeLog -rw-r--r-- root/root usr/share/doc/partimage/README -rw-r--r-- root/root usr/share/doc/partimage/README.partimaged --rw-r--r-- root/root usr/share/doc/partimage/TODO -rw-r--r-- root/root usr/share/doc/partimage/partimage.lsm drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ diff --git a/extra/partimage/.footprint.x86_64 b/extra/partimage/.footprint.x86_64 index 7399ad534..144334847 100644 --- a/extra/partimage/.footprint.x86_64 +++ b/extra/partimage/.footprint.x86_64 @@ -11,7 +11,6 @@ drwxr-xr-x root/root usr/share/doc/partimage/ -rw-r--r-- root/root usr/share/doc/partimage/ChangeLog -rw-r--r-- root/root usr/share/doc/partimage/README -rw-r--r-- root/root usr/share/doc/partimage/README.partimaged --rw-r--r-- root/root usr/share/doc/partimage/TODO -rw-r--r-- root/root usr/share/doc/partimage/partimage.lsm drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ diff --git a/extra/partimage/.md5sum.i686 b/extra/partimage/.md5sum.i686 index dcad196e8..1d003c293 100644 --- a/extra/partimage/.md5sum.i686 +++ b/extra/partimage/.md5sum.i686 @@ -1,2 +1,2 @@ a6430cf98c8f236c41dd3addcde1fcb8 partimage-0.6.8-gcc44.patch -c13c8ede8cdf7745b97ec5827920ece7 partimage-0.6.8.tar.bz2 +1bc046fd915c5debbafc85729464e513 partimage-0.6.9.tar.bz2 diff --git a/extra/partimage/.md5sum.x86_64 b/extra/partimage/.md5sum.x86_64 index dcad196e8..1d003c293 100644 --- a/extra/partimage/.md5sum.x86_64 +++ b/extra/partimage/.md5sum.x86_64 @@ -1,2 +1,2 @@ a6430cf98c8f236c41dd3addcde1fcb8 partimage-0.6.8-gcc44.patch -c13c8ede8cdf7745b97ec5827920ece7 partimage-0.6.8.tar.bz2 +1bc046fd915c5debbafc85729464e513 partimage-0.6.9.tar.bz2 diff --git a/extra/partimage/Pkgfile b/extra/partimage/Pkgfile index ff3311427..357a84ee6 100755 --- a/extra/partimage/Pkgfile +++ b/extra/partimage/Pkgfile @@ -6,14 +6,14 @@ # Run on: newt name=partimage -version=0.6.8 +version=0.6.9 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\ http://nutyx.meticul.eu/files/patchs/$name/partimage-0.6.8-gcc44.patch) build() { cd $name-$version -patch -Np1 -i ../partimage-0.6.8-gcc44.patch +# patch -Np1 -i ../partimage-0.6.8-gcc44.patch ./configure --prefix=/usr --sysconfdir=/etc make make prefix=$PKG/usr install |