From 0946ee31dfe98ac4685a3ae826e87164cbd22c8c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 01 Apr 2019 12:57:51 -0400 Subject: build: Remove example systemd unit files ProteanOS doesn't use systemd, so example unit files aren't needed. --- diff --git a/build b/build index 7503bae..64482fd 100755 --- a/build +++ b/build @@ -16,6 +16,11 @@ build: install: build oh-autoinstall rm dest/usr/bin/gpgscm # TinyScheme-based test driver + rm -R dest/usr/share/doc/gnupg/examples/systemd-user + sed '/systemd-user/d' dest/usr/share/doc/gnupg/examples/README \ + >dest/usr/share/doc/gnupg/examples/README~ + mv dest/usr/share/doc/gnupg/examples/README~ \ + dest/usr/share/doc/gnupg/examples/README mv dest/usr/share/doc/gnupg/ dest/usr/share/doc/gpg/ oh-fixperms oh-strip -- cgit v0.9.1