diff options
author | Michal Bialozor <bialyy@o2.pl> | 2010-07-12 12:02:41 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-15 20:12:36 -0500 |
commit | 234b3757cd0702cf27c46e4d5a231d1833c66bda (patch) | |
tree | 6aef5e7556e00ffe6d3286ef7ce3c3070c9aeb08 /libraries/libvirt/libvirt.SlackBuild | |
parent | 145b0378f19cd37f55fc642208293564d855b710 (diff) | |
download | slackbuilds-234b3757cd0702cf27c46e4d5a231d1833c66bda.tar.gz |
libraries/libvirt: Updated for version 0.7.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt/libvirt.SlackBuild')
-rw-r--r-- | libraries/libvirt/libvirt.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libraries/libvirt/libvirt.SlackBuild b/libraries/libvirt/libvirt.SlackBuild index 17dee4aff8..f47c3a922b 100644 --- a/libraries/libvirt/libvirt.SlackBuild +++ b/libraries/libvirt/libvirt.SlackBuild @@ -4,16 +4,14 @@ # Written by Michal Bialozor <bialyy@o2.pl> PRGNAM=libvirt -VERSION=0.7.6 +VERSION=0.7.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -79,10 +77,8 @@ mv $PKG/etc/libvirt/qemu/networks/default.xml \ mv $PKG/etc/logrotate.d/libvirtd $PKG/etc/logrotate.d/libvirtd.new mv $PKG/etc/sasl2/libvirt.conf $PKG/etc/sasl2/libvirt.conf.new -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |