summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWez Furlong2021-02-07 13:05:05 -0800
committerWez Furlong2021-02-07 13:05:05 -0800
commit32d921e2e059ed71094e0e163fdc2bf4109b3648 (patch)
tree74f86f0141f64dd852ccdfac2d268fc6f12aa960
parentf58fbcdc99f87ad59f576a0865b80f4a4e244ccb (diff)
downloadaur-32d921e2e059ed71094e0e163fdc2bf4109b3648.tar.gz
remove LICENSE from installation
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b012dfd0871..f32e7b117c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,6 @@ package() {
install -Dm755 squashfs-root/usr/bin/wezterm -t "${pkgdir}/usr/bin/"
install -Dm755 squashfs-root/usr/bin/wezterm-gui -t "${pkgdir}/usr/bin/"
install -Dm755 squashfs-root/usr/bin/wezterm-mux-server -t "${pkgdir}/usr/bin/"
- install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 squashfs-root/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.wezterm.png \
"${pkgdir}/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.wezterm.png"
install -Dm644 squashfs-root/usr/share/applications/org.wezfurlong.wezterm.desktop \