Fix problem caused by last commit. It was not checking correct filelist path.

parent b1d1cef4
......@@ -360,7 +360,7 @@ def remove (pkgName)
end
#if the filelist exists, remove the files and directories installed by the package
if File.file?("meta/#{pkgName}.filelist")
if File.file?("#{CREW_CONFIG_PATH}meta/#{pkgName}.filelist")
Dir.chdir CREW_CONFIG_PATH do
#remove all files installed by the package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment