Created
January 25, 2012 03:04
-
-
Save springmeyer/1674413 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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