librsvg: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-21 00:49:09 +00:00
parent 8410873d69
commit 5370154a29
2 changed files with 4 additions and 5 deletions

View File

@ -28,10 +28,10 @@ lrwxrwxrwx root/root usr/lib/librsvg-2.so.2 -> librsvg-2.so.2.39.0
-rwxr-xr-x root/root usr/lib/librsvg-2.so.2.39.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/librsvg-2.0.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rsvg-convert.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/man1/
-rw-r--r-- root/root usr/share/man/man1/rsvg-convert.1.gz
drwxr-xr-x root/root usr/share/themes/
drwxr-xr-x root/root usr/share/themes/bubble/
drwxr-xr-x root/root usr/share/themes/bubble/gtk-2.0/

View File

@ -6,14 +6,13 @@
name=librsvg
version=2.39.0
release=1
release=2
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-pixbuf-loader \
--disable-gtk-doc \
--enable-introspection=no