aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/Makefile2
-rw-r--r--build/rpm/dmapi.spec.in2
-rw-r--r--build/tar/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile
index ec04bed..200c249 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -6,7 +6,7 @@ TOPDIR = ..
include $(TOPDIR)/include/builddefs
MANIFEST=src-manifest
-SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
+SRCTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz
LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-*
diff --git a/build/rpm/dmapi.spec.in b/build/rpm/dmapi.spec.in
index 22832da..0f31714 100644
--- a/build/rpm/dmapi.spec.in
+++ b/build/rpm/dmapi.spec.in
@@ -5,7 +5,7 @@ Release: @pkg_release@
BuildRoot: @build_root@
Prereq: /sbin/ldconfig
Conflicts: xfsdump < 2.0.0
-Source: @pkg_name@-@pkg_version@.src.tar.gz
+Source: @pkg_name@-@pkg_version@.tar.gz
License: GPL
Vendor: Silicon Graphics, Inc.
URL: http://oss.sgi.com/projects/xfs/
diff --git a/build/tar/Makefile b/build/tar/Makefile
index 94a3ada..b9bf434 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -5,7 +5,7 @@
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
-BINTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+BINTAR=$(PKG_NAME)-$(PKG_VERSION).bin.tar.gz
LDIRT = *.gz
default install install-dev install-lib: