[Lunar-commits] r15108 - lunar/trunk/bin
Auke Kok
sofar at lunar-linux.org
Fri May 27 14:00:14 UTC 2005
Author: sofar
Date: 2005-05-27 14:00:13 +0000 (Fri, 27 May 2005)
New Revision: 15108
Modified:
lunar/trunk/bin/lvu
Log:
Needs a -r.
Modified: lunar/trunk/bin/lvu
===================================================================
--- lunar/trunk/bin/lvu 2005-05-27 13:54:06 UTC (rev 15107)
+++ lunar/trunk/bin/lvu 2005-05-27 14:00:13 UTC (rev 15108)
@@ -866,7 +866,7 @@
{
if SECTION=$(find_section $1) ; then
if echo $SECTION | grep -q ^zlocal; then
- rm -f $MOONBASE/$SECTION/$1
+ rm -rf $MOONBASE/$SECTION/$1
message "Removed \"$1\" from \"$SECTION\""
else
message "Module \"$1\" is not in section \"zlocal\""
More information about the Lunar-commits
mailing list