aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-20 12:17:05 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-20 12:17:05 +0100
commit4fb500df3efb59b793cde1a1dc9ef247654e8a21 (patch)
treea3b98d6ac746ce586f1b9cb6c10d1f542346b8d8 /x11-terms
parentapp-editors/vscodium-bin: drop old version 1.53.0 (diff)
downloadguru-4fb500df3efb59b793cde1a1dc9ef247654e8a21.tar.gz
guru-4fb500df3efb59b793cde1a1dc9ef247654e8a21.tar.bz2
guru-4fb500df3efb59b793cde1a1dc9ef247654e8a21.zip
Revert "x11-terms/terminus: using dodoc instead of delete docs"
This reverts commit f9510ec2cbc34084f7c81dd842ffad5c6af3540f. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminus/terminus-1.0.135.ebuild (renamed from x11-terms/terminus/terminus-1.0.135-r1.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-terms/terminus/terminus-1.0.135-r1.ebuild b/x11-terms/terminus/terminus-1.0.135.ebuild
index 8c4db802d..eb205f321 100644
--- a/x11-terms/terminus/terminus-1.0.135-r1.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -20,6 +20,9 @@ DEPEND="net-print/cups" # Requested by electron
src_prepare(){
default
+
+ # Remove useless license files.
+ rm LICENSE.electron.txt LICENSES.electron.html
}
src_install(){
@@ -33,5 +36,4 @@ src_install(){
for i in {16,24,32,48,64,72,96,128,512}; do
doicon -s "${i}" ../terminus-"${i}".png
done
- dodoc LICENSE.electron.txt LICENSES.electron.html
}