Skip to content

Commit

Permalink
cufflinks: Whitespace cosmetics
Browse files Browse the repository at this point in the history
Approved by Cher.
  • Loading branch information
thomas committed Jan 21, 2020
1 parent f9dff7a commit 58c56c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cufflinks-2.2.1-2.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ mkdir -p $PREFIX

cat >$PREFIX/profile <<-EOF
PATH=$PREFIX/bin:\$PATH
LD_LIBRARY_PATH=$PREFIX/lib\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$PREFIX/lib\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH
if [ -d $PREFIX/.compatlibs ]; then LD_LIBRARY_PATH=$PREFIX/.compatlibs\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH ; fi
export LD_LIBRARY_PATH
export LD_LIBRARY_PATH
EOF

source $PREFIX/profile
Expand Down

0 comments on commit 58c56c8

Please sign in to comment.