diff --git a/inkscape-0.92.4-1.build.sh b/inkscape-0.92.4-1.build.sh index 6879867..cd1a192 100755 --- a/inkscape-0.92.4-1.build.sh +++ b/inkscape-0.92.4-1.build.sh @@ -10,6 +10,7 @@ PREFIX=/pkg/$PKG-$VERSION-$BUILD mkdir -p $PREFIX cat >$PREFIX/profile <<-EOF PATH=$PREFIX/bin:\$PATH + if [ -d $PREFIX/.compatlibs ]; then export LD_LIBRARY_PATH=$PREFIX/.compatlibs\${LD_LIBRARY_PATH:+:\$LD_LIBRARY_PATH} ; fi EOF source $PREFIX/profile