From cd9bfc6310b7a3a792840525f52392c2de9db451 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Mon, 10 Aug 1998 22:36:11 +0000 Subject: update for new directory structure (This used to be commit 5fc8b4a1d5d973028396b667daaa119d21f0c0f0) --- packaging/SGI/spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/SGI/spec.pl') diff --git a/packaging/SGI/spec.pl b/packaging/SGI/spec.pl index 5557112df1..3bd643eef6 100755 --- a/packaging/SGI/spec.pl +++ b/packaging/SGI/spec.pl @@ -3,7 +3,7 @@ # This perl script generates the samba.spec file based on the version # information in the version.h file in the source tree -open (VER,'../../source/version.h') || die "Unable to open version.h\n"; +open (VER,'../../source/include/version.h') || die "Unable to open version.h\n"; ($_ = ) =~ s/"//g; close (VER); @foo = split(' '); -- cgit