Fails to install when configured with --prefix=/usr/local #1382
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#1382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running:
I get an error, some lines removed:
Latest commit
0cee64de38yes, thats a bug in the build -- tries to create the libdir before install. We got to fix before release, it shouldn't write anything outside the build dir before install and it is mildly annoying.
I think we already have an issue for this.
Ah, wait this is new! It is the install script that mess up. It should be actually easy to fix, care for a patch?
What is it supposed to do? I think some time back I tried to fix it and changed it into "rm -rf" and it wiped out my /usr/local/bin.
Ouch. I think the logic of removing the directory is just faulty.
Mea culpa, i wrote it and i install in
/usr/local/gerbilnormally, so never noticed.