From: Silvio Rhatto Date: Wed, 31 Aug 2011 18:47:26 +0000 (-0300) Subject: Removing sudo from remove-dep X-Git-Tag: 0.1~309 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d2b179c5566c0915a0cb99a4bfbc935892c9a9d2;p=hydra.git Removing sudo from remove-dep --- diff --git a/share/hydractl/remove-dep b/share/hydractl/remove-dep index bc5c389..e38f452 100755 --- a/share/hydractl/remove-dep +++ b/share/hydractl/remove-dep @@ -16,6 +16,6 @@ if [ -z "$1" ]; then exit 1 fi -sudo aptitude markauto $(apt-cache showsrc "$1" \ +aptitude markauto $(apt-cache showsrc "$1" \ | grep Build-Depends \ | perl -p -e 's/(?:[\[(].+?[\])]|Build-Depends:|,|\|)//g')