Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Castleman <contact@draugeros.org>
  • Loading branch information
Batcastle committed May 11, 2024
1 parent 322947b commit 96f30a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: edamame
Version: 2.8.7
Version: 2.8.8
Maintainer: Thomas Castleman <batcastle@draugeros.org>
Homepage: https://github.com/drauger-os-development/edamame
Section: admin
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fi
echo "Build failed. Try making sure you have 'python${vert}-dev' and 'libpython${vert}-dev' installed" 1>&2
exit 2
}
cd ../..
files_to_edit=$(find "." -maxdepth 10 -type f -name '*.py' -print)
shebang='#!/usr/bin/env'
if [ "$vert" == "dnc" ]; then
Expand All @@ -90,7 +91,6 @@ fi
for each in $files_to_edit; do
sed -i "s/#\!shebang/$shebang/" $each
done
cd ../..
##############################################################
# #
# #
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/edamame.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

using namespace std;

str VERSION = "2.8.7";
str VERSION = "2.8.8";
str R = "\033[0;31m";
str G = "\033[0;32m";
str Y = "\033[1;33m";
Expand Down

0 comments on commit 96f30a4

Please sign in to comment.