diff options
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |