Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
LiE: package is built in src, not LiE
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Sep 1, 2016
1 parent 5cd62cb commit f930d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/lie/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $MAKE CC="$CC" || die "Error building LiE. Did you install bison?"
# "install" the LiE package by moving over the complete build
# directory to $SAGE_LOCAL/lib/lie
cd ..
sed -e "s'$PWD/LiE'$SAGE_LOCAL/lib/LiE'" src/lie > src/lie~
sed -e "s'$PWD/src'$SAGE_LOCAL/lib/LiE'" src/lie > src/lie~
mv src/lie~ src/lie
chmod +x src/lie
rm -rf "$SAGE_LOCAL"/lib/lie # clean up old versions
Expand Down

0 comments on commit f930d64

Please sign in to comment.