Skip to content
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

make dist : missing /dist/ folder make compilation fail. #160

Closed
ghost opened this issue Nov 12, 2016 · 1 comment
Closed

make dist : missing /dist/ folder make compilation fail. #160

ghost opened this issue Nov 12, 2016 · 1 comment
Labels
bug Code working other than specified.
Milestone

Comments

@ghost
Copy link

ghost commented Nov 12, 2016

when I run make dist /dist/ folder is not created. it's causing an error from zip.

border@____ /var/www/projecthamster/hamster-shell-extension $ git branch
  General_cleanup
* develop
  master

border@____ /var/www/projecthamster/hamster-shell-extension $ make dist
rm -fr build
mkdir -p build
cp -R extension/* build
cp -R data/* build
glib-compile-schemas build/schemas
find build -name \*.po -execdir msgfmt hamster-shell-extension.po -o hamster-shell-extension.mo \;
cd build; zip -rq ../dist/hamster@projecthamster.wordpress.com.zip ./*
zip I/O error: No such file or directory
zip error: Could not create output file (../dist/hamster@projecthamster.wordpress.com.zip)
Makefile:64: recipe for target 'dist' failed
make: *** [dist] Error 15_
@ghost ghost added the bug Code working other than specified. label Nov 12, 2016
@ghost ghost added this to the 0.10.0 milestone Nov 12, 2016
@ghost
Copy link
Author

ghost commented Nov 15, 2016

PR #161

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Code working other than specified.
Projects
None yet
Development

No branches or pull requests

0 participants