materialos / Linux-Icon-Pack

This is a public icon pack that anyone and everyone is invited to contribute to.
Other
41 stars 6 forks source link

Updated Makefile to fix #56 #59

Closed crutchcorn closed 8 years ago

crutchcorn commented 8 years ago

How about this @ploctaux ? Will this actually work?

crutchcorn commented 8 years ago

To answer my own question, no it doesn't:

Creating directory if does not exist
Copying content into the directory
mkdir -p /usr/share/icons/
for FOLDER in `ls -d Icons/*/`; do
/bin/sh: 1: Syntax error: end of file unexpected
make: *** [install] Error 2
deadbaed commented 8 years ago

lol