temporary workaround due to root owned files

This commit is contained in:
John Jarvis
2012-07-18 17:14:13 -04:00
parent 98a0351433
commit 34a6aa8729

View File

@@ -158,7 +158,7 @@ task :package do
# as the makeitso user
if [[ -d "#{INSTALL_DIR_PATH}" ]]; then
sudo -u makeitso rm -rf "#{INSTALL_DIR_PATH}"
sudo rm -rf "#{INSTALL_DIR_PATH}"
fi
AFTERREMOVE