diff options
author | huceke <gimli@i7.(none)> | 2012-05-06 10:35:09 +0200 |
---|---|---|
committer | huceke <gimli@i7.(none)> | 2012-05-06 10:35:09 +0200 |
commit | bbf666ba4b856c07e057c38ffe8f3884ff6b8995 (patch) | |
tree | ef82573723ad96bb710535c7e762b1e4ae8dd607 /Makefile.in | |
parent | ef51d7ab3d80352ddc5c2b09851f286b8fdd05b7 (diff) |
fixed README.linux install. The location changed in 6a5bc5a1089ff6cf31f10a9082f097c30a6e273d
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1f286ccea1..6c92bc9b3f 100755 --- a/Makefile.in +++ b/Makefile.in @@ -399,8 +399,9 @@ install-scripts: install-datas: install-scripts @echo "Copying support and legal files..." @install -d $(DESTDIR)$(docdir) - @for FILE in `ls README.linux LICENSE.GPL *.txt`; do \ + @for FILE in `ls LICENSE.GPL *.txt`; do \ install -m 0644 "$$FILE" "$(DESTDIR)$(docdir)/$$FILE"; done + @install -m 0644 "docs/README.linux" "$(DESTDIR)$(docdir)/README.linux" @echo "Done!" @echo "Copying system files to $(DESTDIR)$(datarootdir)/xbmc" @install -d $(DESTDIR)$(datarootdir)/xbmc |