CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86-video-imx: fixed man installation
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:47:26 +0000 (14:47 +0200)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jul 2011 12:47:26 +0000 (14:47 +0200)
xorg-xf86-video-imx/.footprint
xorg-xf86-video-imx/Pkgfile

index 3e3df1765c09a269558ec8284442414832643f22..08749264c9259e10651bd87ab76b36924cf9e908 100644 (file)
@@ -9,7 +9,6 @@ drwxr-xr-x      root/root       usr/lib/xorg/modules/
 drwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/
 -rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.la
 -rwxr-xr-x     root/root       usr/lib/xorg/modules/drivers/imx_drv.so
-drwxr-xr-x     root/root       usr/share/
-drwxr-xr-x     root/root       usr/share/man/
-drwxr-xr-x     root/root       usr/share/man/man4/
--rw-r--r--     root/root       usr/share/man/man4/imx.4.gz
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man4/
+-rw-r--r--     root/root       usr/man/man4/imx.4.gz
index d9ce7bb3777ea3a716f2c3a83490785ea5d87aed..bd590320f2567e47b4883e20d065c752b810ad44 100644 (file)
@@ -13,7 +13,7 @@ source=(http://crux-arm.nu/files/distfiles/efikamx/$name-$version.tar.bz2)
 build() {
   cd xf86-video-imx
   chmod u+x autogen.sh
-  ./autogen.sh --prefix=/usr --disable-nls
+  ./autogen.sh --prefix=/usr --disable-nls --mandir=/usr/man
   make
   make install DESTDIR=$PKG
 }