summaryrefslogtreecommitdiffstats
path: root/device-mapper/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'device-mapper/Pkgfile')
-rw-r--r--device-mapper/Pkgfile15
1 files changed, 7 insertions, 8 deletions
diff --git a/device-mapper/Pkgfile b/device-mapper/Pkgfile
index 78862d5d6..94ab77431 100644
--- a/device-mapper/Pkgfile
+++ b/device-mapper/Pkgfile
@@ -4,24 +4,23 @@
# Maintainer: thierryn1 at hispeed dot ch
name=device-mapper
-version=2.02.86
+version=2.02.94
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
build() {
cd LVM2.$version
./configure \
- --prefix=/usr \
- --libdir=/lib \
- --mandir=/usr/share/man \
- --sbindir=/sbin \
- --enable-pkgconfig \
- --with-optimisation="$CFLAGS"
+ --prefix=/usr \
+ --libdir=/lib \
+ --mandir=/usr/share/man \
+ --sbindir=/sbin \
+ --enable-pkgconfig \
+ --with-optimisation="$CFLAGS"
make device-mapper
make DESTDIR=$PKG install_device-mapper
find $PKG -type f -exec chmod u+w {} \;
# Suppression des binaires, lib et man
rm -r $PKG/{sbin,usr/share}
rm $PKG/usr/lib/libdevmapper.so
-
}