diff options
Diffstat (limited to 'net-www/straw/files/straw-0.13.2-Makefile-dir.patch')
-rw-r--r-- | net-www/straw/files/straw-0.13.2-Makefile-dir.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 deleted file mode 100644 index 9884b15c8ee9..000000000000 --- a/net-www/straw/files/straw-0.13.2-Makefile-dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |