aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-31 23:34:01 +0100
committerMattias Andrée <maandree@operamail.com>2014-10-31 23:34:01 +0100
commitaee0ec5fac4cda71a988c73ffd6992065abcd65a (patch)
tree533442b682dba24ef89382793111cb22f2a22a22
parentreplace a python file with a sed+awk sequence (diff)
downloadsplashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.gz
splashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.bz2
splashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.xz
update makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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"