summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2002-09-02 07:38:33 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2002-09-02 07:38:33 +0000
commit7899879f1f785cc8ad54ba92fafac5b846d8fc87 (patch)
tree38763f756166f2b2955be6e0a595b86bd9e751fc
parent02b8e1701a26e0b8a28a03df49b3a75475161553 (diff)
downloadxfwm4-7899879f1f785cc8ad54ba92fafac5b846d8fc87.tar.gz
Replace "rpm -ta" with "rpmbuild -ta"
(Old svn revision: 10525)
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b3bcc2d8f..e87773772 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,5 +13,5 @@ example.xfwm4rc:
@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfwm4rc.in > example.xfwm4rc
rpm: dist
- rpm -ta $(PACKAGE)-$(VERSION).tar.gz
+ rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
diff --git a/Makefile.in b/Makefile.in
index 5160bc1f1..7b10c5a26 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -435,7 +435,7 @@ example.xfwm4rc:
@sed -e "s%_pkgdatadir_%$(pkgdatadir)%g" example.xfwm4rc.in > example.xfwm4rc
rpm: dist
- rpm -ta $(PACKAGE)-$(VERSION).tar.gz
+ rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.