From 143b812eb32b3ab634240bee7fca9e68ca41a248 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 28 Oct 2007 16:20:37 +0000 Subject: [PATCH] PHP is back in the iso... git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1021 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/rootfiles/{packages => common}/php | 0 lfs/applejuice | 2 +- lfs/openmailadmin | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename config/rootfiles/{packages => common}/php (100%) diff --git a/config/rootfiles/packages/php b/config/rootfiles/common/php similarity index 100% rename from config/rootfiles/packages/php rename to config/rootfiles/common/php diff --git a/lfs/applejuice b/lfs/applejuice index 0e6e8fedf..4e12c295a 100644 --- a/lfs/applejuice +++ b/lfs/applejuice @@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = applejuice PAK_VER = 1 -DEPS = "java php" +DEPS = "java" ############################################################################### # Top-level Rules diff --git a/lfs/openmailadmin b/lfs/openmailadmin index dcf95ef5d..147595d16 100644 --- a/lfs/openmailadmin +++ b/lfs/openmailadmin @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = openmailadmin PAK_VER = 1 -DEPS = "cyrus-imapd postfix mysql php" +DEPS = "cyrus-imapd postfix mysql" ############################################################################### # Top-level Rules