From e354728c5321819521a0075965ce0ad5c20ed3fb Mon Sep 17 00:00:00 2001 From: arifali Date: Tue, 3 Apr 2012 21:51:48 +0000 Subject: [PATCH] fix rules file to add the svn version information to modifyUtils git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12112 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/debian/rules b/perl-xCAT/debian/rules index bb63db870..738db95d3 100755 --- a/perl-xCAT/debian/rules +++ b/perl-xCAT/debian/rules @@ -14,7 +14,7 @@ export DH_COMPAT=5 build: dh_testdir - ./modifyUtils `cat ../Version` + ./modifyUtils `cat ../Version` `svn info | grep Revision | cut -d" " -f 2` ./db2man clean: