Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 8158bb1ccbac3d99b00c46b2478a9dd3 > files > 2

gdesklets-RDGBorder-0.3.1-3mdk.src.rpm

--- RDGBorder-0.3.1/Makefile.orig	2003-08-22 03:07:02.000000000 +0200
+++ RDGBorder-0.3.1/Makefile	2005-03-20 16:58:41.590136913 +0100
@@ -18,7 +18,7 @@
 install:
 	mkdir -p $(DESTDIR)$(coredir)/Sensors/
 	# sensors = all dirs not . and not named gfx
-	SENSORS=`find . -type d -maxdepth 1 -name "*" -not -name gfx`; \
+	SENSORS=`find . -maxdepth 1 -type d -name "*" -not -name gfx -not -name .`; \
 	if [ -n "$$SENSORS" ]; then \
 		cp -a $$SENSORS $(DESTDIR)$(coredir)/Sensors/; \
 	fi