Alejandro Mery
18 years ago
2 changed files with 53 additions and 0 deletions
@ -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@
|
@ -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 |
Loading…
Reference in new issue