From b9dbf7701b26b8ff2fdb8fc44afe57b71fa15ddd Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 10 Jan 2012 14:51:09 -0600 Subject: [PATCH] install trans script as settrans --- Makefile | 2 ++ trans => settrans | 0 2 files changed, 2 insertions(+) rename trans => settrans (100%) diff --git a/Makefile b/Makefile index cca46e0..6b07a0e 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,12 @@ install: compton @cp -t $(PREFIX)/bin compton @[ -d "$(MANDIR)" ] \ && cp -t "$(MANDIR)" compton.1 + @cp -t $(PREFIX)/bin settrans uninstall: @rm -f $(PREFIX)/bin/compton @rm -f $(MANDIR)/compton.1 + @rm -f $(PREFIX)/bin/settrans clean: @rm -f $(OBJS) compton diff --git a/trans b/settrans similarity index 100% rename from trans rename to settrans