aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-05-14 04:37:50 +0200
committerMattias Andrée <maandree@operamail.com>2013-05-14 04:37:50 +0200
commit2375a00e7e78d561707daf6a7bf313318b8dc71e (patch)
tree49573ea57822e099bf0084098162f7b0529fe9c7 /Makefile
parentm (diff)
downloadsplashtool-2375a00e7e78d561707daf6a7bf313318b8dc71e.tar.gz
splashtool-2375a00e7e78d561707daf6a7bf313318b8dc71e.tar.bz2
splashtool-2375a00e7e78d561707daf6a7bf313318b8dc71e.tar.xz
missed src/
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ae5295..0cfe19f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,9 +31,9 @@ install: bin/Assemble.class splashtool.info.gz
install -dm755 "$(DESTDIR)$(DATA)/info"
install -dm755 '$(DESTDIR)$(LICENSES)/$(PKGNAME)'
install -m644 bin/Assemble.class "$(DESTDIR)$(LIBEXEC)"/Assemble.class
- install -m755 parse.py "$(DESTDIR)$(LIBEXEC)"/parse.py
- install -m755 trim.py "$(DESTDIR)$(LIBEXEC)"/trim.py
- install -m755 splashtool "$(DESTDIR)$(LIBEXEC)"/splashtool
+ install -m755 src/parse.py "$(DESTDIR)$(LIBEXEC)"/parse.py
+ install -m755 src/trim.py "$(DESTDIR)$(LIBEXEC)"/trim.py
+ install -m755 src/splashtool "$(DESTDIR)$(LIBEXEC)"/splashtool
ln -s "$(LIBEXEC)"/splashtool "$(DESTDIR)$(BIN)"/splashtool
install -m644 COPYING LICENSE '$(DESTDIR)$(LICENSES)/$(PKGNAME)'
install -m644 splashtool.info.gz "$(DESTDIR)$(PREFIX)$(DATA)/info/$(PKGNAME).info.gz"