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