* updated rsync optional package (now with xattr support)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-01-05 17:13:33 +00:00
parent f0a1eb2dba
commit 100418b654
+2 -2
View File
@@ -840,8 +840,8 @@ if [ IsOptionalHaikuImagePackageAdded Rsync ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Rsync available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage rsync-3.0.6-r1a1-x86-gcc2-2009-08-30
: $(baseURL)/rsync-3.0.6-r1a1-x86-gcc2-2009-08-30.zip
InstallOptionalHaikuImagePackage rsync-3.0.7-x86-gcc2-2010-01-05
: $(baseURL)/rsync-3.0.7-x86-gcc2-2010-01-05.zip
:
;
}