From 0f41df873aa5897dd54fffcf0467c535b024d56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 Oct 2004 17:25:40 +0000 Subject: [PATCH] make rpm also installs the new rpm (to check whether this is possible) --- makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile.am b/makefile.am index 0cb906a..3ce3356 100644 --- a/makefile.am +++ b/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.12 2004/10/07 17:25:40 marc +## make rpm also installs the new rpm (to check whether this is possible) +## ## Revision 1.11 2004/10/07 16:12:52 marc ## a backslash too much ## @@ -68,6 +71,7 @@ tag: rpm: dist cp @PACKAGENAME@-@MAJOR@.@MINOR@.@LEAST@.tar.gz /usr/src/packages/SOURCES/ rpmbuild -bb --clean @PACKAGENAME@.spec + rpm -Uvh ${RPMS} webserver: check tag all check dist rpm ssh root@waeckerlin.org bash -c \