Makefile with ifneq ("$(tag)","ame:")
authorMaria Alandes Pradillo <Maria.Alandes.Pradillo@cern.ch>
Mon, 27 Aug 2007 12:18:37 +0000 (12:18 +0000)
committerMaria Alandes Pradillo <Maria.Alandes.Pradillo@cern.ch>
Mon, 27 Aug 2007 12:18:37 +0000 (12:18 +0000)
org.glite.yaim.myproxy/Makefile

index bdfb1cd..f47d611 100644 (file)
@@ -29,7 +29,8 @@ rpm:
        @mkdir -p  rpmbuild/SPECS/
        @mkdir -p  rpmbuild/SOURCES/
        @mkdir -p  rpmbuild/BUILD/
-ifneq ("x$(tag)","x")
+
+ifneq ("$(tag)","ame:")
        @sed -i 's/^Version:.*/Version: $(version)/' $(package).spec
        @sed -i 's/^Release:.*/Release: $(release)/' $(package).spec
 endif