From 34a6aa872996fec876da636a700ca25bfb97daa8 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Wed, 18 Jul 2012 17:14:13 -0400 Subject: [PATCH] temporary workaround due to root owned files --- rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakefile b/rakefile index f4b8341e23..d8f41b0be4 100644 --- a/rakefile +++ b/rakefile @@ -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