From: Heiko Z. <smi...@us...> - 2011-12-10 15:25:58
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv5357 Modified Files: GeoIP Log Message: clean up after ourselves Index: GeoIP =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/GeoIP,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- GeoIP 5 Dec 2011 09:11:37 -0000 1.3 +++ GeoIP 10 Dec 2011 15:25:55 -0000 1.4 @@ -39,6 +39,7 @@ rm -rf $TMPDIR/usr/share || exit 1 copy_files $TMPDIR/etc $ETCDIR/ || exit 1 copy_files $TMPDIR/usr $CDDIR/ || exit 1 + rm -rf $TMPDIR || exit 1 fi ;; |