From 2375a00e7e78d561707daf6a7bf313318b8dc71e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 14 May 2013 04:37:50 +0200 Subject: missed src/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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" -- cgit v1.2.3-70-g09d2