summaryrefslogtreecommitdiff
path: root/packaging/SGI/spec.pl
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-08-10 22:36:11 +0000
committerHerb Lewis <herb@samba.org>1998-08-10 22:36:11 +0000
commitcd9bfc6310b7a3a792840525f52392c2de9db451 (patch)
treeec6957bebb4c7bee5e179bd4936da4861d7d35ea /packaging/SGI/spec.pl
parent17fb3a2304d3f9eaa314c90b476d153b5f333f31 (diff)
downloadsamba-cd9bfc6310b7a3a792840525f52392c2de9db451.tar.gz
samba-cd9bfc6310b7a3a792840525f52392c2de9db451.tar.bz2
samba-cd9bfc6310b7a3a792840525f52392c2de9db451.zip
update for new directory structure
(This used to be commit 5fc8b4a1d5d973028396b667daaa119d21f0c0f0)
Diffstat (limited to 'packaging/SGI/spec.pl')
-rwxr-xr-xpackaging/SGI/spec.pl2
1 files changed, 1 insertions, 1 deletions
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";
($_ = <VER>) =~ s/"//g;
close (VER);
@foo = split(' ');