diff options
Diffstat (limited to 'extra/partimage/Pkgfile')
-rwxr-xr-x | extra/partimage/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |