summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-13 06:22:01 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-13 06:22:01 +0000
commit7c4b34ab76510e1906436cc2aba03b9503c6df45 (patch)
tree805f2af835ee2ea517e29f107c3c53961dca5447 /dev-libs
parenttimestamp fixes and workarounds (diff)
downloadhistorical-7c4b34ab76510e1906436cc2aba03b9503c6df45.tar.gz
historical-7c4b34ab76510e1906436cc2aba03b9503c6df45.tar.bz2
historical-7c4b34ab76510e1906436cc2aba03b9503c6df45.zip
missing patch
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtomcrypt/files/0.91-doc-fix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libtomcrypt/files/0.91-doc-fix.patch b/dev-libs/libtomcrypt/files/0.91-doc-fix.patch
new file mode 100644
index 000000000000..6370cdbeea7a
--- /dev/null
+++ b/dev-libs/libtomcrypt/files/0.91-doc-fix.patch
@@ -0,0 +1,17 @@
+--- makefile 2003-06-12 13:58:30.000000000 -0400
++++ makefile.orig 2003-06-12 13:58:07.000000000 -0400
+@@ -109,13 +109,11 @@
+ #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.
++install: library
+-install: library docs
+ install -d -g root -o root $(DESTDIR)$(LIBPATH)
+ install -d -g root -o root $(DESTDIR)$(INCPATH)
+- install -d -g root -o root $(DESTDIR)$(DATAPATH)
+ install -g root -o root $(LIBNAME) $(DESTDIR)$(LIBPATH)
+ install -g root -o root $(HEADERS) $(DESTDIR)$(INCPATH)
+- install -g root -o root crypt.pdf $(DESTDIR)$(DATAPATH)
+
+ #This rule cleans the source tree of all compiled code, not including the pdf
+ #documentation.