summaryrefslogtreecommitdiff
path: root/parted
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2018-03-29 10:43:27 -0500
committerMatt Housh <jaeger@crux.ninja>2018-03-29 10:43:27 -0500
commit9690e33d7422beea0f55e2e0e1c756648e39c851 (patch)
tree09df3a667d6575c7053ddd9578fc58d2d3cc8718 /parted
parent6629f91073b8aa95618f59fc71085ee457657b51 (diff)
downloadopt-9690e33d7422beea0f55e2e0e1c756648e39c851.tar.gz
opt-9690e33d7422beea0f55e2e0e1c756648e39c851.tar.xz
parted: fixed manpage inclusion
Diffstat (limited to 'parted')
-rw-r--r--parted/.footprint5
-rw-r--r--parted/.signature6
-rw-r--r--parted/Pkgfile6
3 files changed, 11 insertions, 6 deletions
diff --git a/parted/.footprint b/parted/.footprint
index 28d633615..2454cc4e8 100644
--- a/parted/.footprint
+++ b/parted/.footprint
@@ -28,3 +28,8 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/parted
-rwxr-xr-x root/root usr/sbin/partprobe
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/parted.8.gz
+-rw-r--r-- root/root usr/share/man/man8/partprobe.8.gz
diff --git a/parted/.signature b/parted/.signature
index 04587f347..c2b2c8ba5 100644
--- a/parted/.signature
+++ b/parted/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/UtHlXK9W2A49k3ZiDZpI+3XUze29NFaqdnk6DzCGvUdiIVwwwZX8MnwjDya2R6aITtFVd9IQAFDKZFVPfxTJwY=
-SHA256 (Pkgfile) = 3e8e69eeda9eef7a15e8a4129935b917058742abe276549ccfacf86bdb3b5d53
-SHA256 (.footprint) = d6127f18688d02a310db891e432edbb918b6a7a71bfd435ac3c6a37ed8785a73
+RWSE3ohX2g5d/b8O9YI5uWKb+qsDBWJWAt6baMQXQItBaTSF18LyIrzLotEliQrCexa7ofhr9HW39Ugp5GABgIai4cDQQUjmuAY=
+SHA256 (Pkgfile) = 27ca743cafda499a508a30b29cb43c8f83eee9992291487a90fca0675b9fbc39
+SHA256 (.footprint) = 190d34ee0d20050c8cdc6c586fe6e8df58ef5db0523b7b7e2d95b3b9b0f00d36
SHA256 (parted-3.2.tar.xz) = 858b589c22297cacdf437f3baff6f04b333087521ab274f7ab677cb8c6bb78e4
diff --git a/parted/Pkgfile b/parted/Pkgfile
index 0b87d381f..ea31530c6 100644
--- a/parted/Pkgfile
+++ b/parted/Pkgfile
@@ -5,15 +5,15 @@
name=parted
version=3.2
-release=1
+release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
-
./configure --prefix=/usr \
+ --disable-nls \
--with-readline
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share
+ rm -rf $PKG/usr/share/info
}

Generated by cgit