diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-08 14:06:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-08 14:06:02 (EDT) |
commit | 0515876fc6360a13a52b4e09fca32a149efac78d (patch) | |
tree | 96d54c40051a11411de830ff24d8bd274dfe66cf /build | |
parent | f96afe8d5bff51b1dbc466e1514f70b7610edae2 (diff) |
build: Remove /usr/share/doc/xz/COPYING.*.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ install: build ln -sf xz.tuk "dest/usr/bin/$${link}.tuk"; \ done rm -f dest/usr/lib/$(OPK_HOST_ARCH)/liblzma.la + # These are provided by base-files. + rm -f dest/usr/share/doc/xz/COPYING.* oh-fixperms oh-strip oh-installfiles |