From 6588d4766b3b0f7a5ee00c863c40ec01dca439dd Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 9 Jul 2008 12:53:09 +0000 Subject: [PATCH] undo change git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1852 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- makeperlxcatrpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeperlxcatrpm b/makeperlxcatrpm index 0d2cc754d..059032869 100755 --- a/makeperlxcatrpm +++ b/makeperlxcatrpm @@ -31,5 +31,5 @@ else rm -f perl-xCAT-$VER.tar.gz tar -czhf perl-xCAT-$VER.tar.gz --exclude=.svn --exclude=.project perl-xCAT-$VER rm -f /usr/src/$pkg/SRPMS/perl-xCAT-$VER*rpm /usr/src/$pkg/RPMS/noarch/perl-xCAT-$VER*rpm - rpmbuild -ta -vv perl-xCAT-$VER.tar.gz + rpmbuild -ta perl-xCAT-$VER.tar.gz fi