| commit | a6c845394686c4ee77f5ee955d8cf5dcf677aeb4 | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Mon Nov 02 10:11:36 2015 -0500 |
| committer | Matt Farina <matt@mattfarina.com> | Mon Nov 02 10:11:36 2015 -0500 |
| tree | f6a7a560add78f472f0ca0cc4c27eb37828fe229 | |
| parent | e6d46524ffebf78956ec8b52aa74ca1d06f443cc [diff] |
Updating the license file location in the dist script
diff --git a/Makefile b/Makefile index 7a09547..a340dae 100644 --- a/Makefile +++ b/Makefile
@@ -36,7 +36,7 @@ dist: build-all cd dist && \ - $(DIST_DIRS) cp ../LICENSE.txt {} \; && \ + $(DIST_DIRS) cp ../LICENSE {} \; && \ $(DIST_DIRS) cp ../README.md {} \; && \ $(DIST_DIRS) tar -zcf glide-${VERSION}-{}.tar.gz {} \; && \ cd ..