comparison lang/mozjs52/mozjs52.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents 5131a8ac0815
children 69d38e0ac191
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
49 --with-system-nspr \ 49 --with-system-nspr \
50 --with-system-zlib 50 --with-system-zlib
51 SHELL="/bin/bash" PYTHON="/bin/python2" \ 51 SHELL="/bin/bash" PYTHON="/bin/python2" \
52 make 52 make
53 make install DESTDIR=$DESTDIR 53 make install DESTDIR=$DESTDIR
54 cd .. 54 cd ../..
55 55
56 cd .. 56 cd ..
57 rm -rf firefox-${PKGVERSION}esr 57 rm -rf firefox-${PKGVERSION}esr
58 } 58 }