Changeset 170


Ignore:
Timestamp:
11/22/11 17:49:32 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Comment .spec file processing in Makefile until we have one to process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r166 r170  
    9090        mkdir $(PKGNAME)-$(VERSION)
    9191        tar cf - $(MANIFEST) | (cd $(PKGNAME)-$(VERSION); tar xf -)
    92         /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
     92        #/usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < $(PKGNAME).spec > $(PKGNAME)-$(VERSION)/$(PKGNAME).spec
    9393        /usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
    9494        perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/cgi-bin/IPDB.pm
Note: See TracChangeset for help on using the changeset viewer.