Skip to content

Commit

Permalink
FUCKING FIX ALREADY
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/nexis/Documents/luna-mirror/trunk@221 97ece4ad-cae2-4924-842c-0ef94757c1ff
  • Loading branch information
n3x15 committed Feb 21, 2010
1 parent 94baa23 commit c101679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indra/newview/viewer_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def construct(self):

#libfmodwrapper.dylib
# This should be downloaded and unpacked for the user, not packaged with the viewer. ~Disc
# self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib")
self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib")

# our apps
# self.path("../mac_crash_logger/" + self.args['configuration'] + "/mac-crash-logger.app", "mac-crash-logger.app")
Expand Down Expand Up @@ -622,7 +622,7 @@ class LinuxManifest(ViewerManifest):
def construct(self):
super(LinuxManifest, self).construct()
self.path("licenses-linux.txt","licenses.txt")
self.path("res/flexlife_icon.png","secondlife_icon.png")
self.path("res/emerald_icon.png","secondlife_icon.png")
if self.prefix("linux_tools", dst=""):
self.path("client-readme.txt","README-linux.txt")
self.path("client-readme-voice.txt","README-linux-voice.txt")
Expand Down

0 comments on commit c101679

Please sign in to comment.