[Lunar-commits] r24132 - moonbase/trunk/x11/urw-fonts
Dennis Veatch
stumbles at lunar-linux.org
Wed Apr 18 21:17:55 CEST 2007
Author: stumbles
Date: 2007-04-18 21:17:55 +0200 (Wed, 18 Apr 2007)
New Revision: 24132
Modified:
moonbase/trunk/x11/urw-fonts/BUILD
Log:
hm. Can't believe its taken till now for me to
catch this.
Modified: moonbase/trunk/x11/urw-fonts/BUILD
===================================================================
--- moonbase/trunk/x11/urw-fonts/BUILD 2007-04-18 18:57:35 UTC (rev 24131)
+++ moonbase/trunk/x11/urw-fonts/BUILD 2007-04-18 19:17:55 UTC (rev 24132)
@@ -1,13 +1,17 @@
(
URWD=/usr/share/fonts/urw-fonts
-
- prepare_install &&
+ prepare_install &&
+
if [ ! -d $URWD ] ; then
- mkdir -p $URWD
- fi &&
+ mkdir -p $URWD
+ fi &&
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
cp -f $SOURCE_DIRECTORY/* $URWD
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list