diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-28 21:42:44 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-28 21:42:44 +0000 |
commit | 98a7a4c9d237cc6117ef01f3c98d3997dd48436e (patch) | |
tree | a9239510a2f50ed168f53914307c984ff6af051b /package/jpeg | |
parent | 25fca604f9a7d3bec25ce7d150212e18941aaadf (diff) |
- misc cleanups (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'package/jpeg')
-rw-r--r-- | package/jpeg/jpeg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/jpeg/jpeg.mk b/package/jpeg/jpeg.mk index eec158773..fe2634a2e 100644 --- a/package/jpeg/jpeg.mk +++ b/package/jpeg/jpeg.mk @@ -55,8 +55,8 @@ $(JPEG_DIR)/.configured: $(JPEG_DIR)/.unpacked --datadir=/usr/share \ --localstatedir=/var \ --includedir=/usr/include \ - --mandir=/usr/man \ - --infodir=/usr/info \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ --enable-shared \ --enable-static \ --without-x \ |