Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created January 25, 2012 03:04
Show Gist options
  • Save springmeyer/1674413 to your computer and use it in GitHub Desktop.
Save springmeyer/1674413 to your computer and use it in GitHub Desktop.
diff --git a/platforms/ubuntu/debian/rules b/platforms/ubuntu/debian/rules
index fa49306..6b7cff9 100755
--- a/platforms/ubuntu/debian/rules
+++ b/platforms/ubuntu/debian/rules
@@ -13,6 +13,11 @@ build:
./configure ; \
fi ; \
make ; \
+ else \
+ if [ -f "$$file/wscript" ]; then \
+ cd $$file ; \
+ node-waf clean configure build ; \
+ fi ; \
fi ; \
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment