diff options
author | sibel <lesibel@free.fr> | 2011-03-10 09:41:53 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-10 09:41:53 +0100 |
commit | f1b5acd8f968a2642fc04dcbd5bab711e4abd49d (patch) | |
tree | 1982e725c4753a9b8536bd8fa9403cbfcdb14dda /extra/partimage/Pkgfile | |
parent | e39dcabf52705cf10d8760e40a320def21b2bd12 (diff) | |
download | nutyx-pakxe-f1b5acd8f968a2642fc04dcbd5bab711e4abd49d.tar.gz nutyx-pakxe-f1b5acd8f968a2642fc04dcbd5bab711e4abd49d.tar.bz2 nutyx-pakxe-f1b5acd8f968a2642fc04dcbd5bab711e4abd49d.tar.xz nutyx-pakxe-f1b5acd8f968a2642fc04dcbd5bab711e4abd49d.zip |
partimage, maj 0.6.9-1
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 |