[Nickle] nickle: Branch 'master'

Keith Packard keithp at keithp.com
Wed Mar 15 22:07:23 PDT 2017


New commits:
commit f2037097c19ca6a7a9f4fad92448fe57dae34a48
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Mar 15 22:06:33 2017 -0700

    Building nickle on arm64 now, change package names
    
    built .deb and .rpm files are now amd64 instead of i386
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/Makefile.am b/Makefile.am
index 70b19aa..4c09141 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,9 +91,9 @@ $(USES_GRAM_H): gram.h
 builtin.o main.o: Makefile
 
 TARFILE=$(PACKAGE)-$(VERSION).tar.gz
-DEBFILE=$(PACKAGE)_$(VERSION)-1_i386.deb
+DEBFILE=$(PACKAGE)_$(VERSION)-1_amd64.deb
 SRPMFILE=$(RPMDIR)/SRPMS/$(PACKAGE)-$(VERSION)-1.src.rpm
-RPMFILE=$(RPMDIR)/RPMS/$(PACKAGE)-$(VERSION)-1.i386.rpm
+RPMFILE=$(RPMDIR)/RPMS/$(PACKAGE)-$(VERSION)-1.x86_64.rpm
 RELEASE_FILES = $(TARFILE) $(DEBFILE) $(SRPMFILE) $(RPMFILE)
 DEB_TAR_DIR=$(PACKAGE)_$(VERSION).orig
 DEB_TAR=$(DEB_TAR_DIR).tar.gz


More information about the Nickle mailing list