-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building XPI file #261
Comments
Hm, that was written by @knorrium years ago. Unfortunately I don't speak sed, so I'm less than clear on what's gone wrong. Anyone? |
The problem is because @knorrium was probably using Mac (or an old shell on nix) and difference of sed within BSD and GNU. That's why Code looks not like the best one, should it be bsd/gnu cross compatible? If you want to run it on modern nix systems:
Some more issues about this Makefile.
Is it ok if I will refactor the script a bit? |
Please do! A more robust makefile would be extremely useful. |
alexei@alexei-xubuntu64:~/se-builder$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
alexei@alexei-xubuntu64:~/se-builder$ make xpi
Building latest '/home/alexei/se-builder/build/seleniumbuilder-2.3.2.xpi'...
sed: can't read : No such file or directory
make: *** [xpi] Error 123
The text was updated successfully, but these errors were encountered: