e58d10a4fe
* Tons of bugfixes * Replace the Netscape desktop entry with "Web Browser" since it starts Mozilla by default anyway. * Print warning if no panel is running at applet startup. * Optimize the g_[s]list code a bit. * Pull in improved tempfile creation from 2.0 * Up registration interval for clients * New/Updated translations: Polish, Spanish, Vietnamese, Traditional Chinese, Finnish, French, Korean * New docs for (eu) * Use VERSION in gnome-check-login instead of 0.1. * Don't try to lock the screen if root is logged in. * Improved shading of screen when logging out.
13 lines
432 B
Text
13 lines
432 B
Text
$NetBSD: patch-ab,v 1.8 2002/09/14 02:46:56 rh Exp $
|
|
|
|
--- pixmaps/Makefile.in.orig Tue Sep 10 04:19:12 2002
|
|
+++ pixmaps/Makefile.in
|
|
@@ -47,7 +47,7 @@ AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
-INSTALL_DATA = @INSTALL_DATA@
|
|
+INSTALL_DATA = echo "part of gnome-pixmaps, not installed: "
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
transform = @program_transform_name@
|
|
|