From 8bb4e3721839f4230d747394c6e143b762cc59d0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 6 Jan 2016 00:08:21 +0100 Subject: [PATCH] Move Formula files into "Formula/" subdirectory Signed-off-by: Alexander Barton --- aclock.rb => Formula/aclock.rb | 0 asip-status.rb => Formula/asip-status.rb | 0 automake1-11.rb => Formula/automake1-11.rb | 0 gxemul.rb => Formula/gxemul.rb | 0 identd.rb => Formula/identd.rb | 0 sendfile.rb => Formula/sendfile.rb | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename aclock.rb => Formula/aclock.rb (100%) rename asip-status.rb => Formula/asip-status.rb (100%) rename automake1-11.rb => Formula/automake1-11.rb (100%) rename gxemul.rb => Formula/gxemul.rb (100%) rename identd.rb => Formula/identd.rb (100%) rename sendfile.rb => Formula/sendfile.rb (100%) diff --git a/aclock.rb b/Formula/aclock.rb similarity index 100% rename from aclock.rb rename to Formula/aclock.rb diff --git a/asip-status.rb b/Formula/asip-status.rb similarity index 100% rename from asip-status.rb rename to Formula/asip-status.rb diff --git a/automake1-11.rb b/Formula/automake1-11.rb similarity index 100% rename from automake1-11.rb rename to Formula/automake1-11.rb diff --git a/gxemul.rb b/Formula/gxemul.rb similarity index 100% rename from gxemul.rb rename to Formula/gxemul.rb diff --git a/identd.rb b/Formula/identd.rb similarity index 100% rename from identd.rb rename to Formula/identd.rb diff --git a/sendfile.rb b/Formula/sendfile.rb similarity index 100% rename from sendfile.rb rename to Formula/sendfile.rb -- 2.39.2