Joey Hess 19 éve
szülő
commit
c7f16f52ba
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      scripts/Dpkg/Source/VCS/git.pm

+ 1 - 1
scripts/Dpkg/Source/VCS/git.pm

@@ -246,7 +246,7 @@ sub post_unpack_tar {
 	# git-checkout is used to repopulate the WC with files
 	# and recreate the index.
 	system("git-checkout", "-f");
-	$? && main::subprocerr("git-clone -f");
+	$? && main::subprocerr("git-checkout -f");
 	
 	chdir($old_cwd) ||
 		main::syserr(sprintf(_g("unable to chdir to `%s'"), $old_cwd));