From 64c408d2b7bbdfef2e83d208fc49e0682ba68b99 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 12 Nov 2001 17:37:24 +0000 Subject: [PATCH] Updated RPM make rule as per Ross Golder. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 82f4c160..80ab8289 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,6 +99,5 @@ dist-hook: # Rule to build RPM distribution package # rpm: dist - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/packages/SOURCES - rpm -ba @PACKAGE@.spec + rpm -ta $(PACKAGE)-$(VERSION).tar.gz -- 2.39.5