mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/dmraid/dmraid.conf
|
|
# Copyright (C) 2006 - 2025 The T2 SDE Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
srcdir=dmraid/*/*
|
|
|
|
# no proper DESTDIR support
|
|
var_append confopt ' ' '--bindir=\${prefix}/bin --libdir=\${prefix}/'${libdir##*/}' \
|
|
--sbindir=\${prefix}/sbin --includedir=\${prefix}/include \
|
|
--mandir=\${prefix}/man'
|
|
var_append makeinstopt ' ' 'STRIP= prefix=$root/$prefix'
|