You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../libtomcrypt/docs.patch |
|
# Copyright (C) 2006 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 --- |
|
|
|
--- ./makefile.orig 2006-12-01 17:48:45.000000000 -0300 |
|
+++ ./makefile 2006-12-01 17:48:58.000000000 -0300 |
|
@@ -282,19 +282,13 @@ |
|
#This rule installs the library and the header files. This must be run |
|
#as root in order to have a high enough permission to write to the correct |
|
#directories and to set the owner and group to root. |
|
-ifndef NODOCS |
|
-install: library docs |
|
-else |
|
install: library |
|
-endif |
|
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) |
|
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) |
|
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(DATAPATH) |
|
install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH) |
|
install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) |
|
-ifndef NODOCS |
|
install -g $(GROUP) -o $(USER) doc/crypt.pdf $(DESTDIR)$(DATAPATH) |
|
-endif |
|
|
|
install_test: testprof/$(LIBTEST) |
|
install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
|
|
|