From 1be387ea87fed465b8f04e5500700a190bdb4d9a Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 25 Mar 2010 12:20:47 +0100 Subject: typo fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6511d6..10b1fcb 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ all: install install: install -d $(DESTDIR)/usr/lib/ - install -D -m644 lib-ui.sh $(DESTDIR)/usr/lib/libui.sh + install -D -m644 libui.sh $(DESTDIR)/usr/lib/libui.sh uninstall: rm -rf $(DESTDIR)/usr/lib/libui.sh -- cgit v1.2.2