cnijfilter2: specify --datadir for cnijlgmon3

If --datadir is not given, it uses '${datarootdir}/cnijlgmon3',
with the unsubstituted variable.

(cherry picked from commit 8bc74a908d)
This commit is contained in:
Steve Trout
2017-11-28 11:11:56 -06:00
committed by Orivej Desh
parent efe5a9770a
commit c26342d591

View File

@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
--replace /usr/include/libusb-1.0 \
${libusb.dev}/include/libusb-1.0
./autogen.sh --prefix=$out --enable-progpath=$out/bin \
--datadir=$out/share \
--enable-libdir=/var/cache/cups
make
)