diff options
Diffstat (limited to 'recipe.d/0030-file')
-rwxr-xr-x | recipe.d/0030-file | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipe.d/0030-file b/recipe.d/0030-file new file mode 100755 index 0000000..477096d --- /dev/null +++ b/recipe.d/0030-file @@ -0,0 +1,4 @@ +cd $SRC/${1}-* +./configure $TCONFIGARGS +make $J +make install |