Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ce3a1a67452fdb7b907e2e5e9716c4943c281eb7
Author: Gael Chamoulaud <[email protected]>
Date:   Sun May 23 22:52:01 2010 -0400

    Makefile: fixed a problem during a "make install_hardest".
    
          That generates the rpm file:
            Wrote: /home/m011640/func/rpm-build/func-0.26-2.fc12.noarch.rpm
          And wants to upgrade like this:
            rpm -Uvh rpm-build/func-0.26-1.fc12.noarch.rpm
            error: open of rpm-build/func-0.26-1.fc12.noarch.rpm failed: No 
such file or directory
            make: [install_rpm] Error 1 (ignored)

diff --git a/Makefile b/Makefile
index de40d2d..1ffff55 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ install_harder: clean_harder install
 install_hardest: clean_harder clean_rpms rpms install_rpm restart
 
 install_rpm:
-       -rpm -Uvh rpm-build/func-$(VERSION)-$(RELEASE)$(shell rpm -E 
"%{?dist}").noarch.rpm
+       -rpm -Uvh rpm-build/func-$(VERSION)-$(NEWRELEASE)$(shell rpm -E 
"%{?dist}").noarch.rpm
 
 restart:
        -/etc/init.d/certmaster restart


_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to