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

Makefile fails when /usr/local/etc/ directory present. #53

Open
MrMino opened this issue Jan 7, 2017 · 1 comment
Open

Makefile fails when /usr/local/etc/ directory present. #53

MrMino opened this issue Jan 7, 2017 · 1 comment

Comments

@MrMino
Copy link

MrMino commented Jan 7, 2017

Here be logs.
Ubuntu Gnome 16.04:

cp ls++ blib/script/ls++
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ls++
Manifying 2 pod documents
"/usr/bin/perl" -pi -e "s|\"/etc/ls\+\+\.conf|\"/usr/local/etc/ls++.conf|g" ls++
Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.22.1/perllocal.pod
[ ! -d /usr/local/etc ] && mkdir -p /usr/local/etc
Makefile:889: recipe for target 'install_vendor' failed
make: *** [install_vendor] Error 1
@jaredmcateer
Copy link

Anyone looking for a workaround if the folder was empty like it was for me, just remove it. Otherwise you can mv the folder and then copy the files back into the new dir or cp ls++.conf into the old one and then mv it back.

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

2 participants