jpeginfo: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 14:42:47 +00:00
parent 30d8868189
commit 628c0fca2b
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
pre_install() {
make_install_args="INSTALL_ROOT=${DESTDIR}"
make_install_args="INSTALL_ROOT=${DESTDIR}"
}