mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
22 lines
667 B
Plaintext
22 lines
667 B
Plaintext
# --- T2-COPYRIGHT-BEGIN ---
|
|
# t2/package/*/ed/ed.conf
|
|
# Copyright (C) 2004 - 2025 The T2 SDE Project
|
|
# Copyright (C) 1998 - 2003 ROCK Linux Project
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# --- T2-COPYRIGHT-END ---
|
|
|
|
fix_usrbin_bin() {
|
|
mv -fv $root/usr/bin/ed $root/bin/ed
|
|
ln -sfv /bin/ed $root/usr/bin/red
|
|
}
|
|
hook_add postmake 5 "fix_usrbin_bin"
|
|
|
|
var_remove confopt ' ' '--disable-debug'
|
|
var_remove confopt ' ' '--without-libpam'
|
|
var_remove confopt ' ' '--disable-nls'
|
|
var_remove confopt ' ' '--without-libpam'
|
|
var_remove confopt ' ' '--disable-libpam'
|
|
var_remove confopt ' ' '--without-pam'
|
|
var_remove confopt ' ' '--disable-pam'
|
|
var_remove confopt ' ' '--disable-nls'
|