diff options
Diffstat (limited to 'misc/relchk.sh.in')
-rwxr-xr-x[-rw-r--r--] | misc/relchk.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/relchk.sh.in b/misc/relchk.sh.in index 242a97486..09cce24b2 100644..100755 --- a/misc/relchk.sh.in +++ b/misc/relchk.sh.in @@ -4,7 +4,7 @@ ## topdir="`pwd`" -distdir="@TAR_NAME@" +distdir="@PACKAGE_TARNAME@" log="$topdir/dist-log" logerror="$topdir/dist-errors" |