From 84ad111ca557aab3971f5ad6ea8723eed0ef777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 29 Jun 2004 21:49:22 +0000 Subject: [PATCH] added data directory, change /share to /etc for data directory config git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8239 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bison/Jamfile | 3 ++- src/apps/bin/bison/src/Jamfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/bison/Jamfile b/src/apps/bin/bison/Jamfile index e12c61d91b..64b89bc6c4 100644 --- a/src/apps/bin/bison/Jamfile +++ b/src/apps/bin/bison/Jamfile @@ -1,4 +1,5 @@ SubDir OBOS_TOP src apps bin bison ; +SubInclude OBOS_TOP src apps bin bison data ; SubInclude OBOS_TOP src apps bin bison lib ; -SubInclude OBOS_TOP src apps bin bison src ; +SubInclude OBOS_TOP src apps bin bison src ; diff --git a/src/apps/bin/bison/src/Jamfile b/src/apps/bin/bison/src/Jamfile index 67355a5b2f..87c55b891d 100644 --- a/src/apps/bin/bison/src/Jamfile +++ b/src/apps/bin/bison/src/Jamfile @@ -1,6 +1,6 @@ SubDir OBOS_TOP src apps bin bison src ; -SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/share\"\' -DLOCALEDIR=\'\"/share/locale\"\' ; +SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/etc\"\' -DLOCALEDIR=\'\"/etc/locale\"\' ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;