Don't need to use sudo when building Solaris PKG or RPM's

This commit is contained in:
DRC
2010-05-18 22:21:46 +00:00
parent f77287acae
commit e086462c22
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ TMPDIR=
onexit()
{
if [ ! "$TMPDIR" = "" ]; then
sudo rm -rf $TMPDIR
rm -rf $TMPDIR
fi
}

View File

@@ -11,7 +11,7 @@ TMPDIR=
onexit()
{
if [ ! "$TMPDIR" = "" ]; then
sudo rm -rf $TMPDIR
rm -rf $TMPDIR
fi
}

View File

@@ -11,7 +11,7 @@ TMPDIR=
onexit()
{
if [ ! "$TMPDIR" = "" ]; then
sudo rm -rf $TMPDIR
rm -rf $TMPDIR
fi
}