PANGOMM="pangomm-2.28.4"
PARTED="parted-3.1"
PATCH_PACKAGE="patch-2.7.1"
-PCIUTILS="pciutils-3.1.10"
+PCIUTILS="pciutils-3.2.0"
MENU_CACHE="menu-cache-0.3.3"
LIBFM="libfm-1.1.2"
PCMANFM="pcmanfm-1.1.2"
cd ${LFS_TMP}/${PACKAGE}
# ZLIB=no: Prevents compression of the pci.ids file.
- make PREFIX=/usr ZLIB=no
+ make PREFIX=/usr \
+ SHAREDIR=/usr/share/misc \
+ MANDIR=/usr/share/man \
+ SHARED=yes \
+ ZLIB=no \
+ all
- make PREFIX=/usr install
-
- # Some packages require the PCI static library:
- make PREFIX=/usr install-lib
+ # install-lib: for packages that require the PCI static library
+ make PREFIX=/usr \
+ SHAREDIR=/usr/share/misc \
+ MANDIR=/usr/share/man \
+ SHARED=yes \
+ ZLIB=no \
+ install install-lib
}
hvbuild_post()