Skip to content

Instantly share code, notes, and snippets.

@brapse
Created March 23, 2009 04:45
Show Gist options
  • Save brapse/83429 to your computer and use it in GitHub Desktop.
Save brapse/83429 to your computer and use it in GitHub Desktop.
Index: SConstruct
===================================================================
--- SConstruct (revision 8951)
+++ SConstruct (working copy)
@@ -104,7 +104,7 @@
Exit(1)
#get our variables from the options
-PREFIX = env.get('PREFIX')
+PREFIX = os.path.join(env.get('DESTDIR',''), env.get('PREFIX'))
VIMFILE_DIR = env.get('VIMFILE_DIR')
CACHE_DIR = env.get('CACHE_DIR')
SUPERCOLLIDER_HELP_DIR = env.get('SUPERCOLLIDER_HELP_DIR')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment