mm-common: remove doc/

This commit is contained in:
Danny Rawlins 2017-02-12 10:52:08 +11:00
parent ab0925530b
commit 2d40523641
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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
}