From 91976b9a85ea66d0383781fb9dd930ad39e36022 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Wed, 24 Mar 2010 23:35:42 +0100 Subject: unbreak makefile after renaming file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f768125..e3e9cce 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ all: install install: install -d $(DESTDIR)/usr/lib/ - install -D -m755 lib-ui.sh $(DESTDIR)/usr/lib/lib-ui.sh + install -D -m755 lib-ui.sh $(DESTDIR)/usr/lib/libui.sh uninstall: - rm -rf $(DESTDIR)/usr/lib/lib-ui.sh + rm -rf $(DESTDIR)/usr/lib/libui.sh -- cgit v1.2.2