# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/pyzor/hotfix-makefile.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -urN pyzor-0.4.0.orig/Makefile pyzor-0.4.0/Makefile --- pyzor-0.4.0.orig/Makefile 1969-12-31 19:00:00.000000000 -0500 +++ pyzor-0.4.0/Makefile 2003-06-25 13:29:43.000000000 -0400 @@ -0,0 +1,4 @@ +all: + python setup.py build +install: + python setup.py install