From f72e7c5f04eb382e381cb2c49480cf50cbdc85ff Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 4 Feb 2008 19:56:46 +0000 Subject: [PATCH] fixed temp path --- makerpm.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerpm.pl b/makerpm.pl index 804705e8f..6ba14f7fa 100755 --- a/makerpm.pl +++ b/makerpm.pl @@ -206,8 +206,8 @@ if [ "\$tempdir" = "" ]; then tempdir=/tmp/.webmin fi export config_dir var_dir perl autoos port login crypt host ssl nochown autothird noperlpath nouninstall nostart allow atboot -./setup.sh >$tempdir/webmin-setup.out 2>&1 -chmod 600 $tempdir/webmin-setup.out +./setup.sh >\$tempdir/webmin-setup.out 2>&1 +chmod 600 \$tempdir/webmin-setup.out rm -f /var/lock/subsys/webmin if [ "$inetd" != "1" ]; then /etc/init.d/webmin start >/dev/null 2>&1