diff --git a/hardware/disk/fsarchiver/actions.py b/hardware/disk/fsarchiver/actions.py index 7528591a28..abecdc826c 100644 --- a/hardware/disk/fsarchiver/actions.py +++ b/hardware/disk/fsarchiver/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pisitools, autotools, get def setup(): - autotools.configure() + autotools.configure("--prefix=/usr") def build(): autotools.make() @@ -15,4 +15,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "THANKS") + pisitools.dodoc("COPYING", "THANKS") diff --git a/hardware/disk/fsarchiver/pspec.xml b/hardware/disk/fsarchiver/pspec.xml index c977495e7b..cc7e54cfe0 100644 --- a/hardware/disk/fsarchiver/pspec.xml +++ b/hardware/disk/fsarchiver/pspec.xml @@ -13,8 +13,8 @@ hardware.disk Safe and flexible file-system backup/deployment tool. FSArchiver is a system tool that allows you to save the contents of a file-system to a compressed archive file. - - https://github.com/fdupoux/fsarchiver/releases/download/0.8.7/fsarchiver-0.8.7.tar.gz + + https://github.com/fdupoux/fsarchiver/releases/download/0.8.9/fsarchiver-0.8.9.tar.gz bzip2 @@ -51,6 +51,13 @@ + + 2026-02-15 + 0.8.9 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-11-29 0.8.7