diff options
-rw-r--r-- | extra/jasper/.footprint | 13 | ||||
-rw-r--r-- | extra/jasper/Pkgfile | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/extra/jasper/.footprint b/extra/jasper/.footprint index cf6a7a31b..6f860b096 100644 --- a/extra/jasper/.footprint +++ b/extra/jasper/.footprint @@ -31,9 +31,10 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libjasper.so -> libjasper.so.1.0.0 lrwxrwxrwx root/root usr/lib/libjasper.so.1 -> libjasper.so.1.0.0 -rwxr-xr-x root/root usr/lib/libjasper.so.1.0.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/imgcmp.1.gz --rw-r--r-- root/root usr/man/man1/imginfo.1.gz --rw-r--r-- root/root usr/man/man1/jasper.1.gz --rw-r--r-- root/root usr/man/man1/jiv.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/imgcmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/imginfo.1.gz +-rw-r--r-- root/root usr/share/man/man1/jasper.1.gz +-rw-r--r-- root/root usr/share/man/man1/jiv.1.gz diff --git a/extra/jasper/Pkgfile b/extra/jasper/Pkgfile index 055109d2a..a4faf407e 100644 --- a/extra/jasper/Pkgfile +++ b/extra/jasper/Pkgfile @@ -12,6 +12,7 @@ source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip) build() { cd $name-$version ./configure --prefix=/usr \ + --mandir=/usr/share/man \ --enable-shared make make DESTDIR=$PKG install |