aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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"