Everblush / gtk

Everblush GTK theme made with Phocus
MIT License
51 stars 3 forks source link

Can't install using `make` #7

Closed mehedirm6244 closed 2 years ago

mehedirm6244 commented 2 years ago
git clone https://github.com/Everblush/gtk
sudo npm install -g scss

Till now everything is okay, but when I try to make install after cd-ing into gtk, I get this error:

››› sudo make install
removed '/usr/share/themes/Everblush/index.theme'
'index.theme' -> '/usr/share/themes/Everblush/index.theme'
cp: cannot stat 'assets': No such file or directory
'gtk-3.0/gtk.css' -> '/usr/share/themes/Everblush/gtk-3.0/gtk.css'
'gtk-3.0/gtk.css.map' -> '/usr/share/themes/Everblush/gtk-3.0/gtk.css.map'
'gtk-3.0/gtk.scss' -> '/usr/share/themes/Everblush/gtk-3.0/gtk.scss'
'gtk-3.0/gtk.scss.map' -> '/usr/share/themes/Everblush/gtk-3.0/gtk.scss.map'
make: *** [Makefile:12: install] Error 1

Any help would be appreciated :)

Mangeshrex commented 2 years ago

ill test rn just a min tho didnt have this issue the last time.

Mangeshrex commented 2 years ago

image

Mangeshrex commented 2 years ago

successfully installed

Mangeshrex commented 2 years ago

@mehedirm6244 git pull in the git director and just do sudo make install

mehedirm6244 commented 2 years ago

It worked now. Thanks