diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-06-02 12:04:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-04 01:20:45 +0700 |
commit | d8bca879402623dd799781678c5b553599d3f6fa (patch) | |
tree | 4662581dc4f9fae44ceac9908f116d01babfb593 /system/fsarchiver/fsarchiver.SlackBuild | |
parent | 0f7b0a6c470cdbe3ca370e936f06c4ce048a3afc (diff) |
system/fsarchiver: Updated for version 0.6.22.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/fsarchiver/fsarchiver.SlackBuild')
-rw-r--r-- | system/fsarchiver/fsarchiver.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/system/fsarchiver/fsarchiver.SlackBuild b/system/fsarchiver/fsarchiver.SlackBuild index c2e6f3f4d3b9..91d4b1559d51 100644 --- a/system/fsarchiver/fsarchiver.SlackBuild +++ b/system/fsarchiver/fsarchiver.SlackBuild @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="fsarchiver" -VERSION=${VERSION:-0.6.19} +VERSION=${VERSION:-0.6.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,12 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root.root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +autoreconf -vif CFLAGS="$SLKCFLAGS" \ ./configure \ |