ports/contrib (3.2): mm-common: remove doc/
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 2d40523641f54377d353e40ce95f3e66a72fb00b Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Feb 12 10:52:08 2017 +1100 mm-common: remove doc/ diff --git a/mm-common/.footprint b/mm-common/.footprint index 9ff8792..70026be 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 5467d18..baa5d79 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 }
participants (1)
-
crux@crux.nu