[Lunar-commits] <moonbase-other> bitstream-vera: cleanup BUILD
v4hn
me at v4hn.de
Thu May 16 23:13:06 CEST 2013
commit 38e281ac14c2496e0c379d54916be6dc5e53b02f
Author: v4hn <me at v4hn.de>
Date: Thu, 16 May 2013 14:12:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/38e281ac14c2496e0c379d54916be6dc5e53b02f
bitstream-vera: cleanup BUILD
---
fonts/bitstream-vera/BUILD | +6/-10
1 file changed, 6 insertions(+), 10 deletions(-)
--- a/fonts/bitstream-vera/BUILD
+++ b/fonts/bitstream-vera/BUILD
@@ -1,12 +1,8 @@
-(
+prepare_install &&
- prepare_install &&
+if [ ! -d /usr/share/fonts/truetype ] ; then
+ mkdir -p /usr/share/fonts/truetype
+fi &&
- if [ ! -d /usr/share/fonts/truetype ] ; then
- mkdir -p /usr/share/fonts/truetype
- fi
-
- cp -R *ttf /usr/share/fonts/truetype &&
- cp -R local.conf /etc/fonts
-
-) > $C_FIFO 2>&1
+cp -R *ttf /usr/share/fonts/truetype &&
+cp -R local.conf /etc/fonts
More information about the Lunar-commits
mailing list