From 6de050b8431f5c93b41926d1d5bdd74a83d58b6c Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Thu, 18 Nov 2021 12:17:23 +0000 Subject: [PATCH] remove junk that slipped through --- ports/clearsans-font/build~ | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 ports/clearsans-font/build~ diff --git a/ports/clearsans-font/build~ b/ports/clearsans-font/build~ deleted file mode 100755 index 7c9cd4a..0000000 --- a/ports/clearsans-font/build~ +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -# Work around a stupid behavior in GNU Install. -mkdir "$1/usr/share/fonts/TTF/" - - -for file in TTF/* -do - install -m644 $file "$1/usr/share/fonts/TTF/" -done