diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-31 23:34:01 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-31 23:34:01 +0100 |
| commit | aee0ec5fac4cda71a988c73ffd6992065abcd65a (patch) | |
| tree | 533442b682dba24ef89382793111cb22f2a22a22 /Makefile | |
| parent | replace a python file with a sed+awk sequence (diff) | |
| download | splashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.gz splashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.bz2 splashtool-aee0ec5fac4cda71a988c73ffd6992065abcd65a.tar.xz | |
update makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |
