From 7b1b8a1cbbedc2764d4a8ab0d992f9f2ef73d9b7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2010 19:31:47 -0700 Subject: rename `posix-mq.rb' executable to `posix-mq-rb' ".rb" in the executable name is discouraged by the {Ruby packaging standard}[http://github.com/chneukirchen/rps] and probably confusing. If I ever get around to it, a non-Ruby version of this executable is planned, and that will be called "posix-mq" --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 10e81e9..cd485a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -15,7 +15,7 @@ ifeq ($(RUBY_VERSION),) RUBY_VERSION := $(shell $(RUBY) -e 'puts RUBY_VERSION') endif -base_bins := posix-mq.rb +base_bins := posix-mq-rb bins := $(addprefix bin/, $(base_bins)) man1_bins := $(addsuffix .1, $(base_bins)) man1_paths := $(addprefix man/man1/, $(man1_bins)) -- cgit v1.2.3-24-ge0c7