[Lunar-commits] r22577 - moonbase/trunk/xorg7/x11-util/gccmakedep
Moritz Heiber
moe at lunar-linux.org
Wed Dec 13 17:53:06 CET 2006
Author: moe
Date: 2006-12-13 17:53:06 +0100 (Wed, 13 Dec 2006)
New Revision: 22577
Modified:
moonbase/trunk/xorg7/x11-util/gccmakedep/BUILD
Log:
Add this little thing to make Dennis happy
Modified: moonbase/trunk/xorg7/x11-util/gccmakedep/BUILD
===================================================================
--- moonbase/trunk/xorg7/x11-util/gccmakedep/BUILD 2006-12-13 15:26:47 UTC (rev 22576)
+++ moonbase/trunk/xorg7/x11-util/gccmakedep/BUILD 2006-12-13 16:53:06 UTC (rev 22577)
@@ -1,5 +1,7 @@
(
- . /etc/profile.d/x11r7.rc &&
+ if [ -e /etc/profile.d/x11r7.rc ]; then
+ . /etc/profile.d/x11r7.rc;
+ fi &&
default_build
More information about the Lunar-commits
mailing list