Commit 7db21e6f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #353 from jam7/fix-crew-remove

Fix problem caused by #339
parents b1d1cef4 292d00f7
......@@ -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