Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
6f6d8450
Commit
6f6d8450
authored
May 10, 2013
by
Olivier Cornu
Browse files
Fix pkg/make_packages.sh.
Broken since Makefile moved to root.
parent
2bd072f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkg/make_packages.sh
View file @
6f6d8450
...
...
@@ -26,10 +26,10 @@ case "$touche" in
esac
echo
"*** Update pyromaths version..."
sed
-i
"s/VERSION = '.*'/VERSION = '
${
VERSION
}
'/"
${
PYROPATH
}
/src/pyromaths/Values.py
sed
-i
"s/VERSION=.*/VERSION=
${
VERSION
}
/"
${
PYROPATH
}
/
pkg/unix/
Makefile
sed
-i
"s/VERSION=.*/VERSION=
${
VERSION
}
/"
${
PYROPATH
}
/Makefile
# Clean-up and create packages
cd
$
DIR
/unix
cd
$
PYROPATH
make purge
make all
make deb_repo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment