Skip to content

Commit

Permalink
Trac #23604: Fix spkg scripts for deformation package
Browse files Browse the repository at this point in the history
#23498 was merged at the same time as #23179 which refuses to run spkg-
install or spkg-check when it is executable or starting with a shebang.

URL: https://trac.sagemath.org/23604
Reported by: jpflori
Ticket author(s): Jean-Pierre Flori
Reviewer(s): Erik Bray
  • Loading branch information
Release Manager authored and vbraun committed Aug 9, 2017
2 parents 2e35d4b + 3a18614 commit 8ca3ace
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/pkgs/deformation/spkg-check
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env bash

cd src
$MAKE check
2 changes: 0 additions & 2 deletions build/pkgs/deformation/spkg-install
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env bash

cd src

./configure --disable-static --prefix="$SAGE_LOCAL" \
Expand Down

0 comments on commit 8ca3ace

Please sign in to comment.