diff options
Diffstat (limited to 'base/device-mapper/Pkgfile')
-rw-r--r-- | base/device-mapper/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/base/device-mapper/Pkgfile b/base/device-mapper/Pkgfile index ed2f2fbb1..aa1d3ce54 100644 --- a/base/device-mapper/Pkgfile +++ b/base/device-mapper/Pkgfile @@ -1,7 +1,7 @@ -# Description: Logical volume management for Linux +# Description: Gestion des volumes logiques pour NuTyX # URL: http://sources.redhat.com/dm/ -# Packager: Mark Rosenstand, mark at borkware dot net -# Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk +# Packager: NuTyX core team +# Maintainer: thierryn1 at hispeed dot ch name=device-mapper version=1.02.28 @@ -22,4 +22,6 @@ build() { make make DESTDIR=$PKG install find $PKG -type f -exec chmod u+w {} \; + # Suppression des binaires, lib et man + rm -r $PKG/{lib,sbin/dmsetup,usr/share} } |