Ignore:
Timestamp:
10/16/13 14:56:57 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Final tweak to the Makefile to get gpg to issue the more useful
ASCII-armoured signature instead of a raw binary one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/Makefile

    r609 r613  
    114114        gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
    115115        rm -rf $(PKGNAME)-$(VERSION)
    116         gpg --detach-sign $(PKGNAME)-$(VERSION).tar.gz
     116        gpg --detach-sign -a $(PKGNAME)-$(VERSION).tar.gz
Note: See TracChangeset for help on using the changeset viewer.