From cde9dddfcf0c3c2e27870680e126275dfe3b683d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 22 Dec 2008 02:26:28 +0100 Subject: [PATCH] Move xbps-src.sh into bin/. --HG-- extra : convert_revision : bb6fba26702ec51514b31abd1eb5f8d7431b30b6 --- Makefile | 1 - bin/Makefile | 1 + xbps-src.sh => bin/xbps-src.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename xbps-src.sh => bin/xbps-src.sh (100%) diff --git a/Makefile b/Makefile index 95401d7bc4f..c1ace38176f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ all: .PHONY: install install: - install -D xbps-src.sh $(SBINDIR)/xbps-src for dir in $(SUBDIRS); do \ $(MAKE) -C $$dir install; \ done diff --git a/bin/Makefile b/bin/Makefile index 8bac0c8bf44..4f8877f1432 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -32,3 +32,4 @@ clean-objs: install: $(BINS) install -d $(SBINDIR) install -m 755 $(BINS) $(SBINDIR) + install -m 755 xbps-src.sh $(SBINDIR)/xbps-src diff --git a/xbps-src.sh b/bin/xbps-src.sh similarity index 100% rename from xbps-src.sh rename to bin/xbps-src.sh