From 116a0be304199f7af80c7a23510e415921db0f8a Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 13 Aug 2009 00:14:02 +0200 Subject: [PATCH] scribus: fix location of man pages --- scribus/.footprint | 12 +++--------- scribus/Pkgfile | 6 ++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scribus/.footprint b/scribus/.footprint index 1bf6a03b6..b159304f1 100644 --- a/scribus/.footprint +++ b/scribus/.footprint @@ -845,16 +845,10 @@ drwxr-xr-x root/root usr/lib/scribus/swatches/ -rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_X11.txt -rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_X11Grey.txt -rw-r--r-- root/root usr/lib/scribus/swatches/Scribus_Xfig.txt +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/scribus.1.gz drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/de/ -drwxr-xr-x root/root usr/share/man/de/man1/ --rw-r--r-- root/root usr/share/man/de/man1/scribus.1 -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/scribus.1.gz -drwxr-xr-x root/root usr/share/man/pl/ -drwxr-xr-x root/root usr/share/man/pl/man1/ --rw-r--r-- root/root usr/share/man/pl/man1/scribus.1 drwxr-xr-x root/root usr/share/mime/ drwxr-xr-x root/root usr/share/mime/packages/ -rw-r--r-- root/root usr/share/mime/packages/scribus.xml diff --git a/scribus/Pkgfile b/scribus/Pkgfile index ffcbcc1ad..7d934a312 100644 --- a/scribus/Pkgfile +++ b/scribus/Pkgfile @@ -15,6 +15,12 @@ build() { cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MAN_DIR=/usr/man make && make DESTDIR=$PKG install + + #CMAKE_MAN_DIR seems to be ignored.. + rm -rf $PKG/usr/share/man/de + mv $PKG/usr/share/man $PKG/usr + + rm -rf $PKG/usr/share/man rm -rf $PKG/usr/man/pl rm -rf $PKG/usr/share/doc rm -rf $PKG/usr/share/$name/scripts/{ChangeLog,NEWS,TODO}