jpeginfo: set INSTALL_ROOT for proper install paths
This commit is contained in:
parent
4038d6d8fc
commit
fbf8564596
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'jpeginfo'
|
||||
pkgname=jpeginfo
|
||||
version=1.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libjpeg-turbo-devel"
|
||||
short_desc="Prints information and tests integrity of JPEG/JFIF files"
|
||||
|
@ -10,3 +10,7 @@ license="GPL-2"
|
|||
homepage="http://www.kokkonen.net/tjko/projects.html"
|
||||
distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
|
||||
checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
|
||||
|
||||
pre_install() {
|
||||
make_install_args="INSTALL_ROOT=${DESTDIR}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue