From aee0ec5fac4cda71a988c73ffd6992065abcd65a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 31 Oct 2014 23:34:01 +0100 Subject: update makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 016ae63..3e070a4 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,6 @@ install-command: bin/Assemble.class install -dm755 "$(DESTDIR)$(LIBEXECDIR)" install -m644 bin/Assemble.class "$(DESTDIR)$(LIBEXECDIR)"/Assemble.class install -m755 src/parse.py "$(DESTDIR)$(LIBEXECDIR)"/parse.py - install -m755 src/trim.py "$(DESTDIR)$(LIBEXECDIR)"/trim.py install -m755 src/splashtool "$(DESTDIR)$(LIBEXECDIR)"/splashtool ln -sf "$(LIBEXECDIR)"/splashtool "$(DESTDIR)$(BINDIR)"/splashtool @@ -117,7 +116,6 @@ uninstall: -rm -- "$(DESTDIR)$(BINDIR)"/splashtool -rm -- "$(DESTDIR)$(LIBEXECDIR)"/Assemble.class -rm -- "$(DESTDIR)$(LIBEXECDIR)"/parse.py - -rm -- "$(DESTDIR)$(LIBEXECDIR)"/trim.py -rm -- "$(DESTDIR)$(LIBEXECDIR)"/splashtool -rmdir -- "$(DESTDIR)$(LIBEXECDIR)" -rm -- "$(DESTDIR)$(LICENSEDIR)/$(PKGNAME)/COPYING" -- cgit v1.2.3-70-g09d2