]> Untitled Git - hvlinux.git/commitdiff
Ajout rsync
authorroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 6 Feb 2010 16:23:18 +0000 (16:23 +0000)
committerroot <root@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 6 Feb 2010 16:23:18 +0000 (16:23 +0000)
packages-list
stage3/packages-update
stage3/stage3-install

index 076ba8360323c730768c5ec9ff25a37b80892553..a1aebe3fd615bd62e4e7073b300f95c12d20df7a 100644 (file)
@@ -370,6 +370,7 @@ PYGTK="pygtk-2.14.1"
 READLINE="readline-5.2"
 REISERFSPROGS="reiserfsprogs-3.6.20"
 RHYTHMBOX="rhythmbox-0.10.1"
+RSYNC="rsync-3.0.7"
 
 SAMBA="samba-3.0.21c"
 SANE_BACKENDS="sane-backends-1.0.18"
index 3169abca3554c796dd341cb1459b00e15f87a09b..892b6a2f2627c44903b14792a11221e20df83926 100755 (executable)
@@ -293,5 +293,6 @@ fpkg       ${POLKIT} "http://hal.freedesktop.org/releases"
 
 fpkg       ${GNUPG} "ftp://ftp.gnupg.org/gcrypt/gnupg"
 
-# Return last error
+fpkg       ${RSYNC} "http://samba.org/ftp/rsync/src"
+
 exit $?
index fcc27fb3b0881d8dd80dd7a75fb052bc9175c848..ada115a361621e993dcf81097f9cac82985523f6 100755 (executable)
@@ -49,6 +49,8 @@ ipkg_ac    ${CVS_PACKAGE} "--disable-server"
 
 ipkg_ac    ${PARTED}
 
+ipkg_ac    ${RSYNC}
+
 # Graphic libraries
 ipkg_ac    ${LIBJPEG} "--enable-static --enable-shared"
 ipkg_ac    ${LIBPNG}