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-fonts' does not work #3

Open
garrett opened this issue Mar 10, 2016 · 0 comments
Open

'make install-fonts' does not work #3

garrett opened this issue Mar 10, 2016 · 0 comments

Comments

@garrett
Copy link
Member

garrett commented Mar 10, 2016

# make install-fonts
mkdir -p ~/.local/share/fonts/
cp -v bower_components/patternfly/dist/fonts/*.ttf ~/.local/share/fonts/
cp: cannot stat ‘bower_components/patternfly/dist/fonts/*.ttf’: No such file or directory
Makefile:5: recipe for target 'install-fonts' failed
make: *** [install-fonts] Error 1

Solution:

  1. ensure bower is installed on the system
  2. install patternfly locally: bower install -S patternfly
  3. re-run make install-fonts
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