diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-30 15:25:40 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-30 15:25:40 +0000 |
commit | 61b4cdfd5e5fa480a6f3723680732d03f347c4b7 (patch) | |
tree | 148cd48c313ced9ce55f03aa1fba579eb4c9b280 /net-www/straw/files | |
parent | initial import of drivel (diff) | |
download | historical-61b4cdfd5e5fa480a6f3723680732d03f347c4b7.tar.gz historical-61b4cdfd5e5fa480a6f3723680732d03f347c4b7.tar.bz2 historical-61b4cdfd5e5fa480a6f3723680732d03f347c4b7.zip |
bugfix release
Diffstat (limited to 'net-www/straw/files')
-rw-r--r-- | net-www/straw/files/digest-straw-0.13 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.13.2 | 1 | ||||
-rw-r--r-- | net-www/straw/files/straw-0.13.2-Makefile-dir.patch | 11 |
3 files changed, 13 insertions, 0 deletions
diff --git a/net-www/straw/files/digest-straw-0.13 b/net-www/straw/files/digest-straw-0.13 new file mode 100644 index 000000000000..ce0d71b9c801 --- /dev/null +++ b/net-www/straw/files/digest-straw-0.13 @@ -0,0 +1 @@ +MD5 a7eaadc5d6ab7bbd47042ebc23704172 straw-0.13.tar.bz2 59412 diff --git a/net-www/straw/files/digest-straw-0.13.2 b/net-www/straw/files/digest-straw-0.13.2 new file mode 100644 index 000000000000..a46b37d4e74d --- /dev/null +++ b/net-www/straw/files/digest-straw-0.13.2 @@ -0,0 +1 @@ +MD5 b7f8fe7f650d904446ab874b137dbbb6 straw-0.13.2.tar.bz2 59785 diff --git a/net-www/straw/files/straw-0.13.2-Makefile-dir.patch b/net-www/straw/files/straw-0.13.2-Makefile-dir.patch new file mode 100644 index 000000000000..9884b15c8ee9 --- /dev/null +++ b/net-www/straw/files/straw-0.13.2-Makefile-dir.patch @@ -0,0 +1,11 @@ +--- straw-0.13.2/Makefile 2002-10-17 21:49:25.000000000 +0200 ++++ straw-0.13.2.new/Makefile 2002-11-30 16:08:38.000000000 +0100 +@@ -16,7 +16,7 @@ + $(PYTHON) -c 'import compileall; compileall.compile_dir("src/lib")' + + install: all +- $(INSTALL) -m 755 -d $(BINDIR) $(LIBDIR) $(DATADIR) ++ $(INSTALL) -m 755 -d $(BINDIR) $(LIBDIR) $(DATADIR) $(APPLICATIONSDIR) $(ICONDIR) + $(INSTALL) -m 755 src/straw $(BINDIR) + $(INSTALL) -m 644 glade/straw.glade $(DATADIR) + $(INSTALL) -m 644 images/*.png $(DATADIR) |