From f09c5bad8bd8570ca92662ea58d317aa5a498395 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 13 Jun 2007 00:13:43 +0000 Subject: [PATCH] Updated dmraid (1.0.0.rc13 -> 1.0.0.rc14) --- base/dmraid/destdir.patch | 35 +++++++++++++++++++++++++++++++++++ base/dmraid/dmraid.conf | 18 ++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 base/dmraid/destdir.patch create mode 100644 base/dmraid/dmraid.conf diff --git a/base/dmraid/destdir.patch b/base/dmraid/destdir.patch new file mode 100644 index 000000000..9fe877dcf --- /dev/null +++ b/base/dmraid/destdir.patch @@ -0,0 +1,35 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dmraid/destdir.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./make.tmpl.in.orig 2007-06-12 20:01:27.000000000 -0400 ++++ ./make.tmpl.in 2007-06-12 20:02:03.000000000 -0400 +@@ -25,11 +25,11 @@ + exec_prefix = $(DESTDIR)@exec_prefix@ + bindir = @bindir@ + ifeq ("@KLIBC@", "no") +- libdir = @libdir@ +- sbindir = @sbindir@ +- includedir = @includedir@ +- infodir = @infodir@ +- mandir = @mandir@ ++ libdir = $(DESTDIR)@libdir@ ++ sbindir = $(DESTDIR)@sbindir@ ++ includedir = $(DESTDIR)@includedir@ ++ infodir = $(DESTDIR)@infodir@ ++ mandir = $(DESTDIR)@mandir@ + else + libdir = $(DESTDIR)@KLIBC_LIB_DIR@ + sbindir = $(DESTDIR)@KLIBC_SBIN_DIR@ diff --git a/base/dmraid/dmraid.conf b/base/dmraid/dmraid.conf new file mode 100644 index 000000000..c1833ca5f --- /dev/null +++ b/base/dmraid/dmraid.conf @@ -0,0 +1,18 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../dmraid/dmraid.conf +# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2006 The T2 SDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +srcdir="dmraid/$ver" + +unset STRIP