Description: Fix resources for the S3D examples.
Forwarded: not-needed
Author: Filip Strömbäck <filip@fprg.se>
--- a/root/tutorials/s3d/common.bs
+++ b/root/tutorials/s3d/common.bs
@@ -28,11 +28,6 @@
 		if (f.exists)
 			return f;
 	}
-	if (url = named{:res}.url) {
-		Url f = url / filename;
-		if (f.exists)
-			return f;
-	}
 	throw InternalError("The file ${filename} was not found.");
 }
 
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@
 	find $(STORM_SHARED) -name "*.xcf" -exec rm \{\} \;
 	find $(STORM_DOC) -name "*.xcf" -exec rm \{\} \;
 	bash ./install_icons.sh $(DESTDIR)
+	cp root/res/flower-raw.ppm $(STORM_SHARED)/tutorials/s3d/res/
 
 clean:
 	rm -rf release/ Gc/release_mps/ $(addsuffix release/,$(CLEAN_DIRS))
