summaryrefslogtreecommitdiff
path: root/mm-common
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2017-02-12 10:52:08 +1100
committerDanny Rawlins <monster.romster@gmail.com>2017-02-12 10:52:08 +1100
commit2d40523641f54377d353e40ce95f3e66a72fb00b (patch)
treea26e26a7c9726ac2f200338c90f207dd33091ffe /mm-common
parentab0925530b435975a802b90b03e8b38678906ca3 (diff)
downloadcontrib-2d40523641f54377d353e40ce95f3e66a72fb00b.tar.gz
contrib-2d40523641f54377d353e40ce95f3e66a72fb00b.tar.xz
mm-common: remove doc/
Diffstat (limited to 'mm-common')
-rw-r--r--mm-common/.footprint4
-rw-r--r--mm-common/Pkgfile4
2 files changed, 3 insertions, 5 deletions
diff --git a/mm-common/.footprint b/mm-common/.footprint
index 9ff87924c..70026be90 100644
--- a/mm-common/.footprint
+++ b/mm-common/.footprint
@@ -11,10 +11,6 @@ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/mm-module.m4
-rw-r--r-- root/root usr/share/aclocal/mm-pkg.m4
-rw-r--r-- root/root usr/share/aclocal/mm-warnings.m4
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/mm-common/
--rw-r--r-- root/root usr/share/doc/mm-common/README
--rw-r--r-- root/root usr/share/doc/mm-common/skeletonmm.tar.gz
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mm-common-prepare.1.gz
diff --git a/mm-common/Pkgfile b/mm-common/Pkgfile
index 5467d1840..baa5d7908 100644
--- a/mm-common/Pkgfile
+++ b/mm-common/Pkgfile
@@ -4,7 +4,7 @@
name=mm-common
version=0.9.10
-release=1
+release=2
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
@@ -18,4 +18,6 @@ build() {
make
make install DESTDIR=$PKG
+
+ rm -r $PKG/usr/share/doc
}

Generated by cgit