From 419e65629c83552bcc3142a09f0856d7fe3f6584 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 8 Jun 2016 19:49:40 -0500 Subject: VPP-127 Removed spurious use of sudo Change-Id: I1eb18fc6379db30fb802e3b929931788f54e7dc2 Signed-off-by: Ed Warnicke --- build-root/deb/debian/vpp.preinst | 2 +- build-root/rpm/vpp.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-root/deb/debian/vpp.preinst b/build-root/deb/debian/vpp.preinst index f80861c686e..d33cacfc3fa 100644 --- a/build-root/deb/debian/vpp.preinst +++ b/build-root/deb/debian/vpp.preinst @@ -1,4 +1,4 @@ #!/bin/sh -e # Add the vpp group -sudo groupadd -f -r vpp +groupadd -f -r vpp diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index a5b097aeec3..b02b2bfe8ef 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -51,7 +51,7 @@ TODO: reference and describe only the .h files %pre # Add the vpp group -sudo groupadd -f -r vpp +groupadd -f -r vpp %install # -- cgit 1.2.3-korg