diff core/tzdata/tzdata.sh @ 571:b5566fcdedba

vanilla: fix some FHS issue
author David Demelier <markand@malikania.fr>
date Sun, 07 Jul 2019 19:29:50 +0200
parents bdad6c7981e7
children 25cecc6dca48
line wrap: on
line diff
--- a/core/tzdata/tzdata.sh	Sat Jul 06 16:55:15 2019 +0200
+++ b/core/tzdata/tzdata.sh	Sun Jul 07 19:29:50 2019 +0200
@@ -35,7 +35,7 @@
 	tar xvaf ../tzcode$PKGVERSION.tar.gz
 
 	make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-	make install DESTDIR=$DESTDIR
+	make install DESTDIR=$DESTDIR USRDIR=
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION