summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-09 20:50:44 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-09 20:50:44 +0200
commitb10f0bbd46e5119521a7b560db4a7bfa339276dc (patch)
treeacea9edeb4402561e5bddffe1bab86719d7df045
parent875e502cc9a9e8d3592d821e762f56dce5656f7b (diff)
SL-16320 Fix build failing due to not having any jpgs
-rwxr-xr-xindra/newview/viewer_manifest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index b932f43141..8842829b5d 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -148,7 +148,6 @@ class ViewerManifest(LLManifest):
with self.prefix(src_dst="skins"):
# include the entire textures directory recursively
with self.prefix(src_dst="*/textures"):
- self.path("*/*.jpg")
self.path("*/*.png")
self.path("*.tga")
self.path("*.j2c")