Correct command that removes the inst-apps file for a module.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=361110
wilder
Michael Pyne 22 years ago
parent 4de809526d
commit 8951778bfc
  1. 2
      kdecvs-build

@ -1648,7 +1648,7 @@ sub safe_create_build_system
}
else
{
unlink ($instapps);
unlink ("$kdecvs/$module/inst-apps");
}
my $cmd_ref = [ 'make', '-f', 'Makefile.cvs' ];

Loading…
Cancel
Save