Skip to content

Commit

Permalink
inkscape-0.92.4-1: Integrate $PREFIX/.compatlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jul 8, 2019
1 parent 904f1af commit 7b9cd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inkscape-0.92.4-1.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b9cd79

Please sign in to comment.