c1ca704457
Sun Aug 12 2001 Than Ngo <than@redhat.com> 5.3.7-3 - fix to build Perlmagic on s390 s390x Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2 - Add delegates.mgk to the package (#50725) Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1 - Fix build without previously installed ImageMagick-devel (#49816) - Move perl bindings to a separate package. Mon Jul 09 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2 - Fix build as non-root again - Shut up rpmlint Tue Jul 03 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1 - 5.3.6 - Get rid of the ia64 patch, it's no longer needed since glibc was fixed Sat Jun 16 2001 Than Ngo <than@redhat.com> - update to 5.3.5 - cleanup specfile Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2 - 5.3.3-respin, fixes #41196 Tue May 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1 - 5.3.3 - Add a desktop file for "display" (RFE#17417)
12 lines
353 B
Diff
12 lines
353 B
Diff
--- ImageMagick-5.3.6/Makefile.am.nonroot Thu Jun 14 17:54:36 2001
|
|
+++ ImageMagick-5.3.6/Makefile.am Mon Jul 9 14:34:35 2001
|
|
@@ -74,7 +74,7 @@
|
|
#
|
|
|
|
# Install HTML files
|
|
-pkgdocdir = @MagickSharePath@
|
|
+pkgdocdir = $(DESTDIR)/@MagickSharePath@
|
|
DOCDIRS = images www www/api www/api/types www/Magick++
|
|
install-data-html:
|
|
$(mkinstalldirs) $(pkgdocdir)
|