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 install problem #67

Closed
ghost opened this issue Apr 8, 2017 · 1 comment
Closed

make install problem #67

ghost opened this issue Apr 8, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 8, 2017

It's sad to say the makefile still has problem. Couldn't remove things after install.

$ git log HEAD^..HEAD --pretty=oneline
a8109831ee00f5a2b90fdc9dd609c55c9f365951 modify readme docs
$ make build
# some build log
$ sudo make install
installing to /usr/local ...
plat: linux
arch: x86_64
install xmake
make luajit
make[3]: Nothing to be done for 'all'.
make xmake
make[3]: Nothing to be done for 'all'.
make demo
make[3]: Nothing to be done for 'all'.
install demo
ok!
$ rm -rf *
rm: cannot remove 'core/bin/demo.pkg/bin/linux/x86_64/demo.b': Permission denied
$ ls -l core/bin/demo.pkg/bin/linux/x86_64/demo.b
-rwxr-xr-x 1 root root 716240 Apr  8 19:51 core/bin/demo.pkg/bin/linux/x86_64/demo.b
@waruqi
Copy link
Member

waruqi commented Apr 8, 2017

I have fixed this problem. 8d6f42c

@ghost ghost closed this as completed Apr 8, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant