From ea88fea73260424a1724a6ef5ecb0aa5dce68ba7 Mon Sep 17 00:00:00 2001 From: william Date: Thu, 27 Mar 2014 22:57:09 -0700 Subject: rename pubkey.lua to pkey.lua and create symlink on install for backward compatability --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 9c1fece..113ef06 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,6 +32,8 @@ RANLIB ?= ranlib M4 ?= m4 RM ?= rm CP ?= cp +LN ?= ln +LN_S ?= $(LN) -s RMDIR ?= rmdir MKDIR ?= mkdir CHMOD ?= chmod @@ -62,6 +64,8 @@ $(d)/config: printf 'M4 ?= $(value M4)'"\n" >> $(@D)/.config printf 'RM ?= $(value RM)'"\n" >> $(@D)/.config printf 'CP ?= $(value CP)'"\n" >> $(@D)/.config + printf 'LN ?= $(value LN)'"\n" >> $(@D)/.config + printf 'LN_S ?= $(value LN_S)'"\n" >> $(@D)/.config printf 'RMDIR ?= $(value RMDIR)'"\n" >> $(@D)/.config printf 'MKDIR ?= $(value MKDIR)'"\n" >> $(@D)/.config printf 'CHMOD ?= $(value CHMOD)'"\n" >> $(@D)/.config -- cgit v1.2.3-59-g8ed1b