--- sapphire-0.15.8.orig/Makefile
+++ sapphire-0.15.8/Makefile
@@ -14,7 +14,9 @@
 LIBS     = -lXext -lX11
 
 # If you change this, remember to change it in windowmanager.cc (line 34),
-# and in data/menu/default (lines 43-47, the themes section).
+# and in data/menu/default (lines 43-47, the themes section). Sapphire no
+# longer segfaults if it can't find its menus or themes, but it will always
+# give you the defaults, and won't warn you that this has happened.
 CONFIGURATION_PATH=/usr/share/sapphire
 
 # DEBUG = Outputs debug information
@@ -55,7 +57,7 @@
 	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c $< -o $@
 
 install: all
-	install -s sapphire $(DESTDIR)$(prefix)/bin/
+	install sapphire $(DESTDIR)$(prefix)/bin/
 	
 	install -d $(DESTDIR)$(CONFIGURATION_PATH)/
 	
