r1890

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Sat Sep 15 19:28:07 CEST 2007


Author: amadeus
Date: 2007-09-15 19:28:01 +0200 (Sat, 15 Sep 2007)
New Revision: 1890

Log:
Install correct resource path in the database

Modified: trunk/user/pixil/Makefile
===================================================================
--- trunk/user/pixil/Makefile	2007-09-14 16:15:33 UTC (rev 1889)
+++ trunk/user/pixil/Makefile	2007-09-15 17:28:01 UTC (rev 1890)
@@ -31,6 +31,7 @@
 
 # The base directory for installing
 ROOT_DIR = $(strip $(subst ",, $(INSTALL_PREFIX)))
+TARGET_DIR = $(strip $(subst ",, $(TARGET_PREFIX)))
 
 # The basic PDA install dir
 
@@ -69,7 +70,7 @@
 SYS=$(BUILD_SYS)
 endif
 
-export TARGET_CROSS BASE_DIR STAGE_DIR INCLUDE_DIR PAR_DB PAR_CONFIG 
+export TARGET_CROSS BASE_DIR STAGE_DIR INCLUDE_DIR PAR_DB PAR_CONFIG TARGET_DIR
 export TOOL_DIR INSTALL_DIR ROOT_DIR SYS BUILD_SYS EN_SHARED EN_STATIC MW_PREFIX COMPILE_CROSS
 
 # Set up the list of directories based on the configuration

Modified: trunk/user/pixil/Rules.make
===================================================================
--- trunk/user/pixil/Rules.make	2007-09-14 16:15:33 UTC (rev 1889)
+++ trunk/user/pixil/Rules.make	2007-09-15 17:28:01 UTC (rev 1890)
@@ -42,7 +42,7 @@
 
 CURDIR=${shell pwd}
 X11DIR?=/usr/X11R6
-DEST_DIR?=$(ROOT_DIR)
+DEST_DIR?=$(TARGET_DIR)
 
 # Dependency Paths
 

Modified: trunk/user/pixil/config
===================================================================
--- trunk/user/pixil/config	2007-09-14 16:15:33 UTC (rev 1889)
+++ trunk/user/pixil/config	2007-09-15 17:28:01 UTC (rev 1890)
@@ -36,6 +36,7 @@
 # Installation Options
 #
 # INSTALL_PREFIX="/usr/local/pixil"
+TARGET_PREFIX="/usr/local/pixil"
 CONFIG_SAMPLES=y
 
 #




More information about the dslinux-commit mailing list