blob: 58f78687cd43367a2415e515cf6392d2b2e0c38c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
--- igal-1.3/indextemplate.html.orig 2001-09-03 19:26:32.000000000 -0400
+++ igal-1.3/indextemplate.html 2002-10-23 20:09:40.000000000 -0400
@@ -17,7 +17,7 @@
</center>
<p><font size="-1">created with
-<a href="http://www.stanford.edu/~epop/igal">igal</a></font>
+<a href="http://www.stanford.edu/~epop/igal">igal</a> on <a href="http://www.gentoo.org">gentoo linux</a></font>
</font>
</body>
--- igal-1.3/Makefile.orig 2002-10-23 20:23:18.000000000 -0400
+++ igal-1.3/Makefile 2002-10-23 20:42:33.000000000 -0400
@@ -1,11 +1,14 @@
############################################################################
# if you change this, please also modify the value on the 8th line of igal
-DESTDIR=/usr/local
+DESTDIR=/usr
############################################################################
BINDIR=$(DESTDIR)/bin
-MANDIR=$(DESTDIR)/man/man1
-LIBDIR=$(DESTDIR)/lib/igal
+MANDIR=$(DESTDIR)/share/man/man1
+LIBDIR=$(DESTDIR)/share/igal/lib
+
+default::
+
clean::
rm -rf $(LIBDIR)
--- igal-1.3/igal.orig 2002-10-23 20:19:53.000000000 -0400
+++ igal-1.3/igal 2002-10-23 20:35:19.000000000 -0400
@@ -5,13 +5,13 @@
############################################################################
# please change this accordingly if you change the DESTDIR in the tarball
# distribution Makefile or the --prefix of the RPM installation
-$LIBDIR = "/usr/local/lib/igal";
+$LIBDIR = "/usr/share/igal/lib";
# for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal"
############################################################################
# if you KNOW you have the ImageMagick package installed (e.g commands like
# identify and mogrify) then setting this equal to 1 may speed up the code a
# bit (igal will stop checking for these commands every time it runs)
-$haveim = 0;
+$haveim = 1;
############################################################################
# if you KNOW you have the libjpeg stuff installed (e.g commands like cjpeg,
# djpeg and pnmscale) then setting this equal to 1 may speed up the code a
|