|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../unzip/unzip.conf |
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -13,10 +14,7 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
var_append makeopt ' ' '-f unix/Makefile generic LD=${CC}' |
|
|
|
|
var_insert makeinstopt ' ' '-f unix/Makefile' |
|
|
|
|
var_append makeinstopt ' ' "BINDIR=$root$bindir MANDIR=$root$mandir" |
|
|
|
|
|
|
|
|
|
uz_main() { |
|
|
|
|
eval $MAKE generic -f unix/Makefile prefix=/usr |
|
|
|
|
eval $MAKE install -f unix/Makefile prefix=/usr |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
custmain=uz_main |
|
|
|
|