From d1851e3364d4fa1c54525755cfd3c33c09e39767 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Aug 2004 15:13:08 +0000 Subject: Make the buildzip script able to build zips even when not run in a dir one level "down" from the rockbox source root. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5013 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index ea88c782b6..0a8b96dc75 100755 --- a/tools/configure +++ b/tools/configure @@ -86,7 +86,7 @@ tags: make -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) tags zip: - \$(TOOLSDIR)/buildzip.pl sim\$(TARGET) + \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" sim\$(TARGET) install: @echo "installing a full setup in your archos dir" @@ -423,7 +423,7 @@ tags: \$(MAKE) tags-firmware tags-apps zip: - \$(TOOLSDIR)/buildzip.pl \$(TARGET) + \$(TOOLSDIR)/buildzip.pl -r "\$(ROOTDIR)" \$(TARGET) EOF echo "Created Makefile" -- cgit v1.2.3