Browse Source

fix for FreeBSD

Waldemar Brodkorb 14 years ago
parent
commit
14804005d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/cpio

+ 1 - 1
scripts/cpio

@@ -19,7 +19,7 @@ case $os in
 		;;
 esac
 if [ "$2" = "r" ];then
-	opt="$user -Mdist"
+	opt="$user"
 fi
 cmd=$(echo "$cmd"|sed -e "s# r # #")
 if [ -x /usr/bin/cpio ];then